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
d9462d27
Commit
d9462d27
authored
Nov 20, 2013
by
xuxiang
Committed by
Matt Stancliff
Sep 29, 2014
Browse files
Fix typo in redis.h
Closes #1386
parent
f62f00e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.h
View file @
d9462d27
...
@@ -499,7 +499,7 @@ typedef struct readyList {
...
@@ -499,7 +499,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