Content Explore

Request-Response Olympics - The Search For The Perfect Request-Response Protocol

Published : 2020-03-22 Categories : Network Tags : RPC Protocol Network TCP HTTP gRPC Redis Bench Performance
This is a story of how we cut down response times significantly in our backend with a few simple ste...

Redis - 7种数据类型应用场景

Published : 2011-09-05 Categories : NoSQL Tags : Redis
String
Strings 数据结构是简单的key-value类型,value其实不仅是String,也可以是数字。使用Strings类型,你可以完全实现目前 Memcached 的功能,并且效率更...