4.0Redis其他功能
目录
慢查询
pipeline
发布订阅
Bitmap
HyperLogLog
GEO
pipeline
什么是流水线 客户端实现
Jedis jedis=new Jedis("127.0.0.1",6379);
1.注意每次pipeline携带数据量 2.pipeline每次只能作用在一个Redis节点上 3.pipeline与M操作的区别
Last updated
Was this helpful?
慢查询
pipeline
发布订阅
Bitmap
HyperLogLog
GEO
什么是流水线 客户端实现
Jedis jedis=new Jedis("127.0.0.1",6379);
1.注意每次pipeline携带数据量 2.pipeline每次只能作用在一个Redis节点上 3.pipeline与M操作的区别
Last updated
Was this helpful?