最后活跃于 1729596815

knox 修订了这个 Gist 1729596815. 跳至此修订

1 file changed, 11 insertions

Redis-readme-1.c(file created)

@@ -0,0 +1,11 @@
1 + struct client {
2 + int fd;
3 + sds querybuf;
4 + int argc;
5 + robj **argv;
6 + redisDb *db;
7 + int flags;
8 + list *reply;
9 + // ... many other fields ...
10 + char buf[PROTO_REPLY_CHUNK_BYTES];
11 + }
更新 更早