debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1.02k stars 219 forks source link

Add support for RedisClient in "batch" mode to RedisClientPool #287

Closed noahlz closed 2 years ago

noahlz commented 2 years ago

We use RedisClientPool, so I added support for "batch" mode to that class, along with some documentation and a few small changes that resulted from me building locally.

sbt test:test

...

[info] All tests passed.
[success] Total time: 44 s, completed Oct 29, 2021 6:14:40 PM