engineersftw / website

Engineers.SG
https://www.engineers.sg
17 stars 15 forks source link

Replace redis-rails with redis #71

Closed Drenmi closed 4 years ago

Drenmi commented 4 years ago

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