摘要: 安装redis-cli 命令:redis-cli -h 地址 -p 端口号 认证:auth 密码 选择对应的DB:Select DB号(0~15) 查看对应的Key的过期时间:TTL Key名称 查看Redis信息 :INFO (完) 阅读全文
posted @ 2019-10-18 11:47 lishidefengchen 阅读(11976) 评论(0) 推荐(0)
摘要: 2019-10-17 14:53:25.026 +08:00 [ERR] Connection id "0HLQH64H76UL5", Request id "0HLQH64H76UL5:00000001": An unhandled exception was thrown by the application. MySql.Data.MySqlClient.MySqlException (0... 阅读全文
posted @ 2019-10-18 10:06 lishidefengchen 阅读(8622) 评论(1) 推荐(0)