add async tag to hgwtall hkeys hvals hscan
Former-commit-id: 8534de27603bd4cbd10a087840bcb1a90651afa1
This commit is contained in:
parent
1a9dc0d312
commit
a41ee0af81
@ -631,15 +631,15 @@ struct redisCommand redisCommandTable[] = {
|
|||||||
0,NULL,1,1,1,0,0,0},
|
0,NULL,1,1,1,0,0,0},
|
||||||
|
|
||||||
{"hkeys",hkeysCommand,2,
|
{"hkeys",hkeysCommand,2,
|
||||||
"read-only to-sort @hash",
|
"read-only to-sort async @hash",
|
||||||
0,NULL,1,1,1,0,0,0},
|
0,NULL,1,1,1,0,0,0},
|
||||||
|
|
||||||
{"hvals",hvalsCommand,2,
|
{"hvals",hvalsCommand,2,
|
||||||
"read-only to-sort @hash",
|
"read-only to-sort async @hash",
|
||||||
0,NULL,1,1,1,0,0,0},
|
0,NULL,1,1,1,0,0,0},
|
||||||
|
|
||||||
{"hgetall",hgetallCommand,2,
|
{"hgetall",hgetallCommand,2,
|
||||||
"read-only random @hash",
|
"read-only random async @hash",
|
||||||
0,NULL,1,1,1,0,0,0},
|
0,NULL,1,1,1,0,0,0},
|
||||||
|
|
||||||
{"hexists",hexistsCommand,3,
|
{"hexists",hexistsCommand,3,
|
||||||
@ -651,7 +651,7 @@ struct redisCommand redisCommandTable[] = {
|
|||||||
0,NULL,1,1,1,0,0,0},
|
0,NULL,1,1,1,0,0,0},
|
||||||
|
|
||||||
{"hscan",hscanCommand,-3,
|
{"hscan",hscanCommand,-3,
|
||||||
"read-only random @hash",
|
"read-only random async @hash",
|
||||||
0,NULL,1,1,1,0,0,0},
|
0,NULL,1,1,1,0,0,0},
|
||||||
|
|
||||||
{"incrby",incrbyCommand,3,
|
{"incrby",incrbyCommand,3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user