netlogix / rediscaches
CLI to flush all redis caches
Installs: 42 705
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 10
Forks: 1
Open Issues: 0
Type:neos-plugin
Requires
- neos/flow: ^4.0 || ^5.0 || ^6.0 || ^7.0
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.