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
33505583
Commit
33505583
authored
May 07, 2010
by
Pieter Noordhuis
Browse files
change command names no longer used to zunion/zinter
parent
3317c679
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis-cli.c
View file @
33505583
...
@@ -112,8 +112,8 @@ static struct redisCommand cmdTable[] = {
...
@@ -112,8 +112,8 @@ static struct redisCommand cmdTable[] = {
{
"zincrby"
,
4
,
CMDFLAG_NONE
},
{
"zincrby"
,
4
,
CMDFLAG_NONE
},
{
"zrem"
,
3
,
CMDFLAG_NONE
},
{
"zrem"
,
3
,
CMDFLAG_NONE
},
{
"zremrangebyscore"
,
4
,
CMDFLAG_NONE
},
{
"zremrangebyscore"
,
4
,
CMDFLAG_NONE
},
{
"z
merge
"
,
-
3
,
CMDFLAG_NONE
},
{
"z
union
"
,
-
4
,
CMDFLAG_NONE
},
{
"z
mergeweighed
"
,
-
4
,
CMDFLAG_NONE
},
{
"z
inter
"
,
-
4
,
CMDFLAG_NONE
},
{
"zrange"
,
-
4
,
CMDFLAG_NONE
},
{
"zrange"
,
-
4
,
CMDFLAG_NONE
},
{
"zrank"
,
3
,
CMDFLAG_NONE
},
{
"zrank"
,
3
,
CMDFLAG_NONE
},
{
"zrevrank"
,
3
,
CMDFLAG_NONE
},
{
"zrevrank"
,
3
,
CMDFLAG_NONE
},
...
...
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