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
posted @ 2018-03-09 09:59