Closed Drenmi closed 4 years ago
Starting with version 5.2, Rails has its own built-in cache store for Redis.
Because of this, there is no redis-rails for Rails 6. So we need to switch to the Rails native store.
redis-rails
redis
redis_store
redis_cache_store
Background
Starting with version 5.2, Rails has its own built-in cache store for Redis.
Because of this, there is no
redis-rails
for Rails 6. So we need to switch to the Rails native store.Approach
redis-rails
withredis
.redis_store
toredis_cache_store
.