wenfh2020 / wenfh2020.github.io

make blog : github + jekyll
MIT License
4 stars 3 forks source link

[hiredis 源码走读] redis pipeline #146

Open wenfh2020 opened 2 years ago

wenfh2020 commented 2 years ago

https://wenfh2020.com/2021/03/14/redis-pipeline/

redis 是 c/s 模式 tcp 通信服务。它支持批量命令处理(发送/接收),这就是 pipeline 技术。 详细请参考:Using pipelining to speedup Redis queries