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
Currently single Redis backend is used for all operations. However, workload may be split among different instances (each potentially having different settings and topology):
Relay Redis
Sidekiq Redis
Cache Redis (in future when caching functionality is added)
Misc Redis (i.e. rate limiting, HyperLogLog to count events and other stats, settings (i.e. maintenance)
The text was updated successfully, but these errors were encountered:
Currently single Redis backend is used for all operations. However, workload may be split among different instances (each potentially having different settings and topology):
The text was updated successfully, but these errors were encountered: