Actions
Bug #31310
closedOnly Redis glob strings are supported: /\Ajob_invocation
Difficulty:
Triaged:
No
Description
When using redis as rails cache store, RunHostsJob will fail when trying to wipe its cache entries. Different cache stores accept different arguments for delete_matched method, which we use to clean the cache. Redis expects a glob string instead of a regexp
Actions