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
Enhancement Redis - A feature flag to disable FLUSHALL and FLUSHDB commands will be helpful in production environments to prevent mistakes
The text was updated successfully, but these errors were encountered:
ENG-3481: added option to disable flushall in redis (#337)
31563f2
Summary: Added option to disable flushall in redis shortened lines Test Plan: Modified flushall unit tests to test flag on, flag off Also yb-ctl sanity check: ./bin/yb-ctl create --tserver_flags "yedis_enable_flush=false" ./bin/yb-ctl setup_redis ./bin/redis-cli //manually check flushall and exit + destroy ybd debug --cxx-test redisserver_redisserver-test --gtest_filter TestRedisService.TestFlushDb -n 100 ybd debug --cxx-test redisserver_redisserver-test --gtest_filter TestRedisService.TestFlushAll -n 100 Reviewers: amitanand, bogdan, pritam.damania Reviewed By: pritam.damania Subscribers: kannan, karthik, yql Differential Revision: https://phabricator.dev.yugabyte.com/D4995
vitsai
No branches or pull requests
Enhancement
Redis - A feature flag to disable FLUSHALL and FLUSHDB commands will be helpful in production environments to prevent mistakes
The text was updated successfully, but these errors were encountered: