netlogix/rediscaches

This package is abandoned and no longer maintained. No replacement package was suggested.

CLI to flush all redis caches

Installs: 41 119

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 10

Forks: 1

Open Issues: 0

Type:neos-plugin

2.0.2 2021-11-15 16:17 UTC

This package is auto-updated.

Last update: 2023-03-20 14:23:19 UTC


README

This package is no longer maintained. There is no replacement.

You can use a combination of the new cache:list Flow command and grep to achieve a similar result:

./flow cache:list | grep 'RedisBackend' | awk '{ print $2 }' | xargs -n 1 ./flow flow:cache:flushone

Netlogix.RedisCaches

Flow CLI to flush all caches that use a RedisBackend.