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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: