2
0
Fork 0
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:
Sam 2014-01-06 16:50:04 +11:00
parent 5f6836bf13
commit b703d8c77a
8 changed files with 107 additions and 86 deletions

View file

@ -65,7 +65,7 @@ else
gem 'active_attr'
end

gem 'redis-rails'
#gem 'redis-rails'
gem 'hiredis'
gem 'redis', :require => ["redis", "redis/connection/hiredis"]