struct client { int fd; sds querybuf; int argc; robj **argv; redisDb *db; int flags; list *reply; // ... many other fields ... char buf[PROTO_REPLY_CHUNK_BYTES]; }