mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
BUGFIX: redis-rails has always been a problem child
implemented an ActiveSupport::Cache::Store for our internal use. * allows for expire by family * works correctly in multisite * namespaced correctly Removed redis-rails from the project, no longer needed
This commit is contained in:
parent
5f6836bf13
commit
b703d8c77a
8 changed files with 107 additions and 86 deletions
2
Gemfile
2
Gemfile
|
@ -65,7 +65,7 @@ else
|
|||
gem 'active_attr'
|
||||
end
|
||||
|
||||
gem 'redis-rails'
|
||||
#gem 'redis-rails'
|
||||
gem 'hiredis'
|
||||
gem 'redis', :require => ["redis", "redis/connection/hiredis"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue