在配置文件redis.conf
文件的 SECURITY 区域按照要求添加想要修改的命令:
禁用命令:
rename-command FLUSHALL ""
rename-command FLUSHDB ""
重命名命令:
rename-command FLUSHALL "xxxxxxxxx"
rename-command FLUSHDB "zzzzzzzzz"
redis.conf
文件的 SECURITY 区域按照要求添加想要修改的命令:rename-command FLUSHALL ""
rename-command FLUSHDB ""
rename-command FLUSHALL "xxxxxxxxx"
rename-command FLUSHDB "zzzzzzzzz"