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

Cannot specify redis db index #67

Open
liamaharon opened this issue Dec 18, 2019 · 1 comment
Open

Cannot specify redis db index #67

liamaharon opened this issue Dec 18, 2019 · 1 comment

Comments

@liamaharon
Copy link

liamaharon commented Dec 18, 2019

I can only seem to connect to redis db 0.

I would like to connect to the redis db at index 15 at this uri redis://localhost:6379/15.

is this possible? if I was to open a PR to make this happen, where would changes need to be made?

@pixingdaiyue051
Copy link

first make sure your redis db numbers is over 1
if not open redis config file to modify it
then use cilent:select method to change to any db you want just like in redis command console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants