redis直接在Linux登录查询

短信:SmsTemplateConfig
1. 在test2环境任意位置输入redis-cli(登录redis客户端)
2. Keys group_*(查看所有短信用到的key)
3. llen group_* (查看短信的数量,如:llen group_notify)
4. LRANGE group_notify 0 100 (查看短信内容)
5. del group_notify(删除这个key下的所有短信)
6. auth test1111

posted @ 2019-11-08 10:31  yile  阅读(8196)  评论(0编辑  收藏  举报