about summary refs log tree commit diff
path: root/app/lib/redis_configuration.rb
AgeCommit message (Collapse)Author
2022-09-27Add retention policy for cached content and media (#19232)Eugen Rochko
2022-04-29Fix opening and closing Redis connections instead of using a pool (#18171)Eugen Rochko
* Fix opening and closing Redis connections instead of using a pool * Fix Redis connections not being returned to the pool in CLI commands
2022-04-28Fix single Redis connection being used across all threads (#18135)Eugen Rochko
* Fix single Redis connection being used across all Sidekiq threads * Fix tests