-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-3481: added option to disable flushall in redis (#337)
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
- Loading branch information
Showing
3 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters