Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

#delete_matched not supported by all ActiveSupport cache types #25

Closed
clowder opened this issue Nov 23, 2016 · 2 comments · May be fixed by #59
Closed

#delete_matched not supported by all ActiveSupport cache types #25

clowder opened this issue Nov 23, 2016 · 2 comments · May be fixed by #59

Comments

@clowder
Copy link
Contributor

clowder commented Nov 23, 2016

Notably if your using memcached and Dalli they don't/won't support this method.

@clowder clowder changed the title delete_matched not supported by all ActiveSupport cache types #delete_matched not supported by all ActiveSupport cache types Nov 23, 2016
@sebbean
Copy link
Contributor

sebbean commented Feb 20, 2018

where is this used? @clowder i'm using dalli and i haven't noticed it

@dmitryzuev
Copy link

@sebbean This error happens on unpublish Webhook:
https://github.com/contentful/contentful_rails/blob/master/lib/contentful_rails/engine.rb#L56

If you use MemCache store, this part will raise error every time Entry gets unpublished.

@dlitvakb I can reproduce this issue on latest versions of this gem, rails and dalli

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

Successfully merging a pull request may close this issue.

4 participants