Add rake task to cleanup description templates cache
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.
Showing
Please register or sign in to comment