index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
initializers
/
redis.rb
Age
Commit message (
Expand
)
Author
2023-03-04
Upgrade to latest redis-rb 4.x and fix deprecations (#23616)
Jean byroot Boussier
2022-04-28
Fix single Redis connection being used across all threads (#18135)
Eugen Rochko
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
2017-05-20
Adjust REDIS_URL usage in node_redis (#3183)
Eugen Rochko
2017-05-07
namespace redis usage (#2869)
beatrix
2017-05-03
Clean up redis configuration. Allow using REDIS_URL to set advanced (#2732)
Eugen Rochko
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
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