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

Update LPUSHX and RPUSH Comments in ListOperations #226

Closed dnzprmksz closed 5 years ago

dnzprmksz commented 5 years ago

LPUSHX and RPUSH comments were misinforming, fixed this.

debasishg commented 5 years ago

Thanks!