Skip to content

Commit 56752b9

Browse files
mlb5000PavelPashov
andauthored
Add hexpire (#3)
* Add hexpire command * Do this just so I can get the git dependency to install on ioredis * Didn't work * Try -5 * Fix arity and keyStop * fix: regenerate `hexpire` with `npm run gen` Original implementation by @mlb5000 --------- Co-authored-by: Pavel Pashov <pavel.pashov@redis.com>
1 parent 4321d5d commit 56752b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/commands.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,16 @@
686686
"keyStop": 1,
687687
"step": 1
688688
},
689+
"hexpire": {
690+
"arity": -6,
691+
"flags": [
692+
"write",
693+
"fast"
694+
],
695+
"keyStart": 1,
696+
"keyStop": 1,
697+
"step": 1
698+
},
689699
"hget": {
690700
"arity": 3,
691701
"flags": [

0 commit comments

Comments
 (0)