摘要:
一:下载驱动包 http://static.runoob.com/download/jedis-2.9.0.jar 二:连接测试使用 string: list: 阅读全文
摘要:
一:redis键(key) 语法: redis 127.0.0.1:6379> COMMAND KEY_NAME 实例: 127.0.0.1:6379> set al hahah OK 127.0.0.1:6379> del al (integer) 1 命令: 二:redis字符串(string) 阅读全文