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 README.md #208

Closed leandrosilva closed 6 years ago

leandrosilva commented 6 years ago

Just a fix in the flow function: there was a hardcoded string in place of what would be the value of keyPrefix parameter.

debasishg commented 6 years ago

Thanks!