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

fix OBJECT_IDLETIME spec

This commit is contained in:
dovi
2023-05-03 14:18:15 -04:00
parent 1a7d5ff8e4
commit 3ab6241656
2 changed files with 19 additions and 13 deletions

View File

@@ -98,6 +98,7 @@ import MSET from './MSET';
import MSETNX from './MSETNX';
import OBJECT_ENCODING from './OBJECT_ENCODING';
import OBJECT_FREQ from './OBJECT_FREQ';
import OBJECT_IDLETIME from './OBJECT_IDLETIME';
import PERSIST from './PERSIST';
import EXISTS from './EXISTS';
import EXPIRE from './EXPIRE';
@@ -389,6 +390,8 @@ export default {
objectEncoding: OBJECT_ENCODING,
OBJECT_FREQ,
objectFreq: OBJECT_FREQ,
OBJECT_IDLETIME,
objectIdleTime: OBJECT_IDLETIME,
PERSIST,
persist: PERSIST,
EXISTS,