1.先把要删除的keys保存到一个文件
2.通过cat查询文件内的key
cat test.txt |xargs -i /data/redis/bin/redis-cli -p 6389 keys {}
3.通过cat删除文件内的key
cat test.txt |xargs -i /data/redis/bin/redis-cli -p 6389 del {}
shouhou2581314 博主文章分类:日常总结 ©著作权
1.先把要删除的keys保存到一个文件
2.通过cat查询文件内的key
cat test.txt |xargs -i /data/redis/bin/redis-cli -p 6389 keys {}
3.通过cat删除文件内的key
cat test.txt |xargs -i /data/redis/bin/redis-cli -p 6389 del {}
上一篇:运维利器screen
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M