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

原文地址:https://www.cnblogs.com/godlove/p/11818600.html