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

Add configure option to specify redis database index #316

Open
burkeds opened this issue Jan 28, 2025 · 0 comments
Open

Add configure option to specify redis database index #316

burkeds opened this issue Jan 28, 2025 · 0 comments

Comments

@burkeds
Copy link

burkeds commented Jan 28, 2025

By default, a redis service includes 16 databases (labeled 0 to 15). They are accessed by adding their index to the end of the url (i.e. redis://redis:6379/0"). We have many containers that are using redis so being able to specify the index can allows them to use the same redis service without having to spin up multiple redis containers to prevent overlap issues.

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

1 participant