Redis **KEYS** 命令用于查找所有符合给定模式pattern 的key ( Redis >= 1.0.0) ... 3) "python" 127.0.0.1:6379> KEYS p*on # 匹配以p 开头,以on 结尾的1) "python" ...
確定! 回上一頁