mirror of
https://github.com/fluencelabs/redis
synced 2025-05-29 10:11:19 +00:00
parent
55597bbd67
commit
3c99e429cf
@ -460,7 +460,7 @@ typedef struct readyList {
|
|||||||
} readyList;
|
} readyList;
|
||||||
|
|
||||||
/* With multiplexing we need to take per-client state.
|
/* With multiplexing we need to take per-client state.
|
||||||
* Clients are taken in a liked list. */
|
* Clients are taken in a linked list. */
|
||||||
typedef struct redisClient {
|
typedef struct redisClient {
|
||||||
uint64_t id; /* Client incremental unique ID. */
|
uint64_t id; /* Client incremental unique ID. */
|
||||||
int fd;
|
int fd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user