Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple Redis databases #823

Open
LadyCailinBot opened this issue Nov 15, 2013 · 1 comment
Open

Support for multiple Redis databases #823

LadyCailinBot opened this issue Nov 15, 2013 · 1 comment
Labels
feature request New functionality that doesn't exist yet

Comments

@LadyCailinBot
Copy link

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

@LadyCailinBot
Copy link
Author

LadyCailinBot commented Jan 14, 2014

Comment by TerrorBite

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.

@LadyCailin LadyCailin added the feature request New functionality that doesn't exist yet label Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New functionality that doesn't exist yet
Projects
None yet
Development

No branches or pull requests

2 participants