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

Batch operations in pipeline #283

Closed debasishg closed 2 years ago

debasishg commented 2 years ago

Fixes https://github.com/debasishg/scala-redis/issues/131

noahlz commented 2 years ago

This looks great! If you publish a snapshot version, we can run it through our integration tests and report back results.

debasishg commented 2 years ago

@noahlz I will publish a release very soon and ping you for testing. We can publish another based on your feedbacks (if any) + I have some other stuffs to add in the next release.