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 variadic exists #265

Closed naderghanbari closed 3 years ago

naderghanbari commented 3 years ago

Implements #264

debasishg commented 3 years ago

Thanks!

naderghanbari commented 3 years ago

Thanks for merging. There are a few other additions and improvements to Redis commands in recent versions that are pretty quick wins.

I'd like to make small MRs for each of them, is that fine with you @debasishg ?