Aug 21, 2017
0
Level 1
Cache queries with filter
I'm creating a system that shows users some data with filtering by city, category ... and sorts by some params and has pagination. there are hundreds of cities and categories. If I cache these queries by redis memory goes out of memory? should i use cache or process them normally. Is cache suitable for this one.
Thanks.
Please or to participate in this conversation.