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

llen() return Option[Long] #256

Closed wadrn closed 4 years ago

wadrn commented 4 years ago

in readme.md example, it shows llen() will return Option[Int], but actually, it returns Option[Long], which will cause an error to do next operation.

debasishg commented 4 years ago

done ..