1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

fix EXPIRE spec

This commit is contained in:
dovi
2023-05-02 20:06:31 -04:00
parent 3dfea00318
commit 73994f243b
2 changed files with 27 additions and 21 deletions

View File

@@ -96,6 +96,7 @@ import MSET from './MSET';
import MSETNX from './MSETNX';
import PERSIST from './PERSIST';
import EXISTS from './EXISTS';
import EXPIRE from './EXPIRE';
import PEXPIRE from './PEXPIRE';
import PEXPIREAT from './PEXPIREAT';
import PEXPIRETIME from './PEXPIRETIME';
@@ -378,6 +379,8 @@ export default {
persist: PERSIST,
EXISTS,
exists: EXISTS,
EXPIRE,
expire: EXPIRE,
PEXPIRE,
pExpire: PEXPIRE,
PEXPIREAT,