Skip to content

Commit

Permalink
Merge pull request #81 from redis-store/sunset
Browse files Browse the repository at this point in the history
Begin sunsetting support for this gem
  • Loading branch information
tubbo committed May 30, 2018
2 parents 0009d45 + 6c14347 commit 0c3fe94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

__`redis-rails`__ provides a full set of stores (*Cache*, *Session*, *HTTP Cache*) for __Ruby on Rails__. See the main [redis-store readme](https://github.com/redis-store/redis-store) for general guidelines.

## A quick note about Rails 5.2

Rails 5.2.0 [includes a Redis cache store out of the
box](https://github.com/rails/rails/pull/31134), so you don't really
need this gem anymore if you just need to store the fragment cache in
Redis. Maintenence on the [redis-activesupport](https://github.com/redis-store/redis-activesupport)
gem will continue for security and compatibility issues, but we are no longer accepting new
features. We are still actively maintaining all other gems in the redis-store
family.

## Installation

Add the following to your Gemfile:
Expand Down

0 comments on commit 0c3fe94

Please sign in to comment.