Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-13 | Refactor how Redis locks are created (#18400) | Eugen Rochko | |
* Refactor how Redis locks are created * Fix autorelease duration on account deletion lock | |||
2022-04-29 | Fix 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-28 | Fix single Redis connection being used across all threads (#18135) | Eugen Rochko | |
* Fix single Redis connection being used across all Sidekiq threads * Fix tests | |||
2019-02-02 | Create Redisable#redis (#9633) | ysksn | |
* Create Redisable * Use #redis instead of Redis.current |