mohbakh's avatar

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.

0 likes
0 replies

Please or to participate in this conversation.