Expire DEL command place holder

Former-commit-id: 64aa4b80e62fac75d5b5598515585c425472c537
This commit is contained in:
John Sully 2019-09-30 00:01:23 -04:00
parent 61cc53d604
commit 5ca2fe61e1

View File

@ -229,6 +229,10 @@ struct redisCommand redisCommandTable[] = {
"write @keyspace",
0,NULL,1,-1,1,0,0,0},
{"expdel",delCommand,-2,
"write @keyspace",
0,NULL,1,-1,1,0,0,0},
{"unlink",unlinkCommand,-2,
"write fast @keyspace",
0,NULL,1,-1,1,0,0,0},