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

Parse the database number from the path of the connection URI. #193

Closed zamzterz closed 7 years ago

zamzterz commented 7 years ago

According to the registered redis: scheme (http://www.iana.org/assignments/uri-schemes/prov/redis), an optional database number can be specified in the path of the URI.

debasishg commented 7 years ago

Thanks!