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
5f9b9e11
Commit
5f9b9e11
authored
Jun 29, 2016
by
Yusaku Kaneta
Committed by
antirez
Jan 24, 2018
Browse files
Fix the firstkey, lastkey, and keystep of moduleCommand
parent
ba2d3e8e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server.c
View file @
5f9b9e11
...
...
@@ -125,7 +125,7 @@ volatile unsigned long lru_clock; /* Server global current LRU time. */
* are not fast commands.
*/
struct redisCommand redisCommandTable[] = {
{
"module"
,
moduleCommand
,
-
2
,
"as"
,
0
,
NULL
,
1
,
1
,
1
,
0
,
0
},
{"module",moduleCommand,-2,"as",0,NULL,
0,0,0
,0,0},
{"get",getCommand,2,"rF",0,NULL,1,1,1,0,0},
{"set",setCommand,-3,"wm",0,NULL,1,1,1,0,0},
{"setnx",setnxCommand,3,"wmF",0,NULL,1,1,1,0,0},
...
...
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