Debasish Ghosh

Results 132 comments of Debasish Ghosh

Queuing on the driver side is tricky considering the fact that Redis does quite a few optimizations at the server level to improve performance. e.g. see http://redis.io/topics/transactions. Just queuing and...

To use in multithreaded context you need to use pooled connections, as Redis is single threaded. You can take a look at https://github.com/debasishg/scala-redis/blob/master/src/test/scala/com/redis/PoolSpec.scala