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 as main database. I am not yet sure what kind of problem I might face or what things to optimize when it is about scalability or reliability. I will for sure share my experience.

Here I want to talk about –

Continue reading Effective use of Redis with Python and Connection Pool