cache: replace memcache with redis.
Drop memcache. Use redis for all caching instead.
This commit is contained in:
@@ -118,7 +118,6 @@ GEM
|
||||
safe_yaml (~> 1.0.0)
|
||||
crass (1.0.4)
|
||||
daemons (1.3.1)
|
||||
dalli (2.7.10)
|
||||
delayed_job (4.1.7)
|
||||
activesupport (>= 3.0, < 5.3)
|
||||
delayed_job_active_record (4.1.3)
|
||||
@@ -458,7 +457,6 @@ DEPENDENCIES
|
||||
capistrano3-unicorn
|
||||
cityhash
|
||||
daemons
|
||||
dalli
|
||||
delayed_job
|
||||
delayed_job_active_record
|
||||
diff-lcs
|
||||
|
||||
Reference in New Issue
Block a user