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