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
e17e0b05
Commit
e17e0b05
authored
Nov 30, 2009
by
antirez
Browse files
fixed a subtle bug in redis-cli not having visible effects
parent
0188805d
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis-cli.c
View file @
e17e0b05
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
#define REDIS_CMD_INLINE 1
#define REDIS_CMD_INLINE 1
#define REDIS_CMD_BULK 2
#define REDIS_CMD_BULK 2
#define REDIS_CMD_MULTIBULK
3
#define REDIS_CMD_MULTIBULK
4
#define REDIS_NOTUSED(V) ((void) V)
#define REDIS_NOTUSED(V) ((void) V)
...
...
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