摘要: 注意点: 1,加密后的字符串中的某些特别字符, 很有可能在url的传递过程中被解析,导致解密时失败,所以可以使用urlencode和urldecode保护一下; 方式一 <?php function encryptDecrypt($key, $string, $decrypt){ if($decry 阅读全文
posted @ 2020-08-27 15:36 小匡程序员 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 一,全局命令 #连接redisredis-cli -h host -p port -a password auth pwd select dbindex #key#查询相关 keys pattern #搜索 ttl key #返回过期时间单位秒 pttl key #返回过期时间单位毫秒 type k 阅读全文
posted @ 2020-08-27 09:25 小匡程序员 阅读(237) 评论(0) 推荐(0) 编辑