Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 5.2, RedisCacheStore? #385

Closed
denishaskin opened this issue Jul 26, 2019 · 2 comments
Closed

Rails 5.2, RedisCacheStore? #385

denishaskin opened this issue Jul 26, 2019 · 2 comments

Comments

@denishaskin
Copy link

The issues here that talk about redis support are a little confusing. Now that Rails includes RedisCacheStore, can that be used "out of the box" with identity_cache?

Alternatively: we're already using the redis-rails gem for our caching; can we use this as a backend for identity_cache?

@dylanahsmith
Copy link
Contributor

The issues here that talk about redis support are a little confusing.

Why open an issue to discuss other issues?

Now that Rails includes RedisCacheStore, can that be used "out of the box" with identity_cache?

It should have the same issues as ActiveSupport::Cache::MemCacheStore, which is that it doesn't provide CAS support.

#351 has information and links to work done with integrating redis with identity cache. It isn't something I have tested though

@dylanahsmith
Copy link
Contributor

Please continue any discussion on this on issue #351

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants