Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-01 | Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191) | Eugen Rochko | |
2020-06-17 | Suppress Redis#exists(key) warning (#14067) | mayaeh | |
2017-05-22 | Set config.cache_store in environments file. (#3219) | Clworld | |
* Set config.cache_store in application.rb * Set config.cache_store in environments. * fix code format. | |||
2017-05-20 | Adjust REDIS_URL usage in node_redis (#3183) | Eugen Rochko | |
Resolves #2780 | |||
2017-05-07 | namespace redis usage (#2869) | beatrix | |
* add redis-namespace gem * namespace redis usage * refactor redis namespace code to be less intrusive previously : would be prepended to keys when the REDIS_NAMESPACE env var was not set now if it is not set the namespacing functions are not used at all, which should prevent disruptions when instances update. * fix redis namespace variable style in streaming js * remove trailing space * final redis namespace style fix | |||
2017-05-03 | Clean up redis configuration. Allow using REDIS_URL to set advanced (#2732) | Eugen Rochko | |
connection options instead of setting REDIS_HOST etc individually Close #1986 | |||
2017-01-17 | Add Heroku deployment support | Effy Elden | |
2016-11-15 | Fix rubocop issues, introduce usage of frozen literal to improve performance | Eugen Rochko | |
2016-11-07 | Improved configuration from ENV, cleaned up timeline filter methods | Eugen Rochko | |
to be more readable, add extra logging to process feed service | |||
2016-03-12 | Adding config for puma, dashboard layout, fixing some queries | Eugen Rochko | |
2016-03-08 | Distrubute statuses as a fan-out-on-write system, with optional precomputing | Eugen Rochko | |