roidrage / redis-session-store

A simple session store for Rails based on Redis.
http://github.com/roidrage/redis-session-store
MIT License
366 stars 147 forks source link

Support for connection pooling #143

Open leemeichin opened 1 year ago

leemeichin commented 1 year ago

We're using the gem by passing in our own instance of a redis client (so as to get TLS support), but we use a connection pool for this in prod.

Would be fantastic if the gem supported the Redis' gem's interface for this if the client responds to with and then.