You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that the library in use, Jedis, has the ability to accept a URI of the form redis://host:port/dbnum to configure the connection - passing the URI from the config file directly to Jedis instead of using JedisShardInfo would be an easy way to add this support.
CMDHELPER-2819 - Reported by CyaNox
Currently the redis persistance network seems to have no way of selecting any other database aside from the default one.
It would be nice is we could use multiple redis databases as per: http://redis.io/commands/select
The text was updated successfully, but these errors were encountered: