使用flushall命令删了,redis数据库,怎么使用aof文件恢复恢复数据
redis-cli -h ${host} -p ${port} -a ${password} --pipe < appendonly.aof
不知道
2
1