Posted a new Blog at Medium: How to Deploy RedisInsight in EKS and Access via Ingress Nginx Here it is: How to Deploy RedisInsight in EKS and Access via Ingress Nginx
Effective use of Redis with Python and Connection Pool I have been working with redis and python for sometime. It is fun to play with python and redis. There are so many things can be solved by redis. * Session persistency * Caching * Volatile Datastore * Job or Message Queue * Search And many more. But recently I was thinking about using it