redis禁用或重命名危险命令

1禁用危险命令

vim /opt/redis_6379/conf/redis_6379.conf 

rename-command KEYS ""
rename-command FLUSHALL ""
rename-command SHUTDOWN ""

 

2重命名危险命令

vim /opt/redis_6379/conf/redis_6379.conf 

rename-command KEYS "kk"
rename-command FLUSHALL "ff"
rename-command SHUTDOWN "ss"

 

posted on 2021-07-05 14:01  弓长三寿  阅读(851)  评论(0编辑  收藏  举报