Skip to content

Commit

Permalink
Merge pull request #140 from kols/fix-expire-access
Browse files Browse the repository at this point in the history
Fix EXPIRE cmd access
  • Loading branch information
doyoubi authored Apr 2, 2018
2 parents 15979e0 + bd4d20c commit df06ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
HANDLER(DEL, COMPLEX, WRITE) \
HANDLER(DUMP, BASIC, READ) \
HANDLER(EXISTS, COMPLEX, READ) \
HANDLER(EXPIRE, BASIC, READ) \
HANDLER(EXPIRE, BASIC, WRITE) \
HANDLER(EXPIREAT, BASIC, WRITE) \
HANDLER(KEYS, UNIMPL, UNKNOWN) \
HANDLER(MIGRATE, UNIMPL, UNKNOWN) \
Expand Down

0 comments on commit df06ef7

Please sign in to comment.