mirror of
https://github.com/fluencelabs/redis
synced 2025-05-29 02:01:19 +00:00
parent
c4aa0e34d0
commit
189c39607a
@ -499,7 +499,7 @@ typedef struct readyList {
|
||||
} readyList;
|
||||
|
||||
/* 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 {
|
||||
uint64_t id; /* Client incremental unique ID. */
|
||||
int fd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user