Expire DEL command place holder
Former-commit-id: 64aa4b80e62fac75d5b5598515585c425472c537
This commit is contained in:
parent
c18bba8535
commit
b11d3c4b82
@ -229,6 +229,10 @@ struct redisCommand redisCommandTable[] = {
|
|||||||
"write @keyspace",
|
"write @keyspace",
|
||||||
0,NULL,1,-1,1,0,0,0},
|
0,NULL,1,-1,1,0,0,0},
|
||||||
|
|
||||||
|
{"expdel",delCommand,-2,
|
||||||
|
"write @keyspace",
|
||||||
|
0,NULL,1,-1,1,0,0,0},
|
||||||
|
|
||||||
{"unlink",unlinkCommand,-2,
|
{"unlink",unlinkCommand,-2,
|
||||||
"write fast @keyspace",
|
"write fast @keyspace",
|
||||||
0,NULL,1,-1,1,0,0,0},
|
0,NULL,1,-1,1,0,0,0},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user