redis-microservices-demo
redis-microservices-demo copied to clipboard
Enhancement request: searchable comments field
I think it would be good to have an application where users could enter text comments, and those comments could be searched. We might consider doing this as an enrichment of the data from the db, rather than by modifying the db itself, thus further demonstrating how Redis can be wrapped around a legacy system - this would also allow us to talk about durability!
Yes extending the model should be done, and comments is what I used in other demo. But did not have the time to do it yet
- [x] Create Comment for movies (insert, delete, list)
- [ ] Search
@TobyHFerguson