https://caticat.github.io/2018/04/24/redis-client-1/ 使用TCP协议 定制了RESP(Redis Serialization Protocol)序列化协议 协议格式请求格式(换行符使用\r\n):1234567*3$3SET$5hello$5world 返回格式:1+OK
https://caticat.github.io/2018/04/24/redis-client-1/
使用TCP协议 定制了RESP(Redis Serialization Protocol)序列化协议 协议格式请求格式(换行符使用\r\n):1234567*3$3SET$5hello$5world 返回格式:1+OK