• Resolved bojanvasilevski

    (@bojanvasilevski)


    Is this plugin support deleting by groups, if not maybe some workaround that can be used to delete all keys in a group?
    And is there a way to delete all keys that have the same ID as part of the key?

Viewing 1 replies (of 1 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    No, you can’t flush individual groups by default.

    You could theoretically run a SCAN and DEL script, tho:

    
    redis-cli --scan --pattern usermeta:* | xargs redis-cli del
    
Viewing 1 replies (of 1 total)

The topic ‘Redis Object Cache deleting by group’ is closed to new replies.