-
Alexandru Croitor authored
Add a way to cleanup multiple cache keys in batches. This makes use of redis scan to match keys by a given pattern and remove the matched keys. The batches are set to 1000 keys.
9cd99e0b
Add a way to cleanup multiple cache keys in batches. This makes use of redis scan to match keys by a given pattern and remove the matched keys. The batches are set to 1000 keys.