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
2b28ef0e
Commit
2b28ef0e
authored
Nov 01, 2012
by
Runzhen Wang
Committed by
antirez
Nov 02, 2012
Browse files
fix a typo in redis.h line 595 comment
parent
64be5e36
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.h
View file @
2b28ef0e
...
...
@@ -465,7 +465,7 @@ typedef struct redisOpArray {
struct
redisServer
{
/* General */
redisDb
*
db
;
dict
*
commands
;
/* Command table ha
h
s table */
dict
*
commands
;
/* Command table has
h
table */
aeEventLoop
*
el
;
unsigned
lruclock
:
22
;
/* Clock incrementing every minute, for LRU */
unsigned
lruclock_padding
:
10
;
...
...
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