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
ce518cea
Unverified
Commit
ce518cea
authored
Mar 21, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Mar 21, 2019
Browse files
Merge pull request #5391 from oranagra/touch_flags
getKeysFromCommand for TOUCH only extracted the first key.
parents
684b140a
385f6190
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
ce518cea
...
@@ -715,7 +715,7 @@ struct redisCommand redisCommandTable[] = {
...
@@ -715,7 +715,7 @@ struct redisCommand redisCommandTable[] = {
{
"touch"
,
touchCommand
,
-
2
,
{
"touch"
,
touchCommand
,
-
2
,
"read-only fast @keyspace"
,
"read-only fast @keyspace"
,
0
,
NULL
,
1
,
1
,
1
,
0
,
0
,
0
},
0
,
NULL
,
1
,
-
1
,
1
,
0
,
0
,
0
},
{
"pttl"
,
pttlCommand
,
2
,
{
"pttl"
,
pttlCommand
,
2
,
"read-only fast random @keyspace"
,
"read-only fast random @keyspace"
,
...
@@ -863,7 +863,7 @@ struct redisCommand redisCommandTable[] = {
...
@@ -863,7 +863,7 @@ struct redisCommand redisCommandTable[] = {
"no-script @keyspace"
,
"no-script @keyspace"
,
0
,
NULL
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
NULL
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"command"
,
commandCommand
,
0
,
{
"command"
,
commandCommand
,
-
1
,
"ok-loading ok-stale random @connection"
,
"ok-loading ok-stale random @connection"
,
0
,
NULL
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
NULL
,
0
,
0
,
0
,
0
,
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