I have a list of contacts where I am fetching millions of data and showing in a list with pagination, keyword search and column sorting option. I want to implement redis over here to serve the result faster.
My question is what's the best way to use redis in the above mentioned scenario? Also if redis does not fit over here then suggest me some alternative solution which can be fit over here to server my purpose. I am working in nodejs serverless stack.