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 variadic EXISTS #264

Open naderghanbari opened 3 years ago

naderghanbari commented 3 years ago

Since Redis 3.0.3 the EXISTS command accepts multiple keys and returns the total count of existing keys (with no deduplication).