随笔分类 -  redis

redis哈希
摘要:$a = $this->redis->hset('hx','33',13); //新建 $a = $this->redis->hget('hx','33'); // 查看数量 $a = $this->redis->hincrby('hx','33',1); // 添加数量 $a = $this->r 阅读全文

posted @ 2018-03-09 09:59 阿瑞斯.柯耀文 阅读(98) 评论(0) 推荐(0)

导航