netlogix/rediscaches

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

CLI to flush all redis caches

Maintainers

Package info

github.com/netlogix/Netlogix.RedisCaches

Type:neos-plugin

pkg:composer/netlogix/rediscaches

Statistics

Installs: 43 467

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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.