01 2020 档案
redis 常用命令
摘要:批量删除redis key redis-cli -a xxx keys "prefix_tb_supplier:spl_id*" | xargs redis-cli -a xxx del 阅读全文
posted @ 2020-01-13 18:17 FreeSpider 阅读(272) 评论(0) 推荐(0)