Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
3c99e429
Commit
3c99e429
authored
Nov 20, 2013
by
xuxiang
Committed by
antirez
Oct 06, 2014
Browse files
Fix typo in redis.h
Closes #1386
parent
55597bbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.h
View file @
3c99e429
...
@@ -460,7 +460,7 @@ typedef struct readyList {
...
@@ -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 li
n
ked 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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment