We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can do it manually, but would be nice to make this part of the deploy somehow.
Less worried about memcached as it should evict any stuff that hasn't been used recently.
The text was updated successfully, but these errors were encountered:
Manual way:
# Given the cache-breaker is up to 6: redis-cli --scan --pattern "masochist:[12345]:*" | xargs -L 100 redis-cli DEL
One of many alternatives suggested here.
Was able to drop (tiny) Redis db at /var/redis/$REDIS_PID/dump.rdb from 3.7M to 1.2M.
/var/redis/$REDIS_PID/dump.rdb
Looks like something that can be automated easily enough, but may not need to bother with it.
Sorry, something went wrong.
No branches or pull requests
Can do it manually, but would be nice to make this part of the deploy somehow.
Less worried about memcached as it should evict any stuff that hasn't been used recently.
The text was updated successfully, but these errors were encountered: