about summary refs log tree commit diff
path: root/config/initializers/redis.rb
AgeCommit message (Expand)Author
2023-03-04Upgrade to latest redis-rb 4.x and fix deprecations (#23616)Jean byroot Boussier
2022-04-28Fix single Redis connection being used across all threads (#18135)Eugen Rochko
2020-07-01Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191)Eugen Rochko
2020-06-17Suppress Redis#exists(key) warning (#14067)mayaeh
2017-05-22Set config.cache_store in environments file. (#3219)Clworld
2017-05-20Adjust REDIS_URL usage in node_redis (#3183)Eugen Rochko
2017-05-07namespace redis usage (#2869)beatrix
2017-05-03Clean up redis configuration. Allow using REDIS_URL to set advanced (#2732)Eugen Rochko
2017-01-17Add Heroku deployment supportEffy Elden
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-07Improved configuration from ENV, cleaned up timeline filter methodsEugen Rochko
2016-03-12Adding config for puma, dashboard layout, fixing some queriesEugen Rochko
2016-03-08Distrubute statuses as a fan-out-on-write system, with optional precomputingEugen Rochko