You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
fix OBJECT_FREQ spec
This commit is contained in:
@@ -97,6 +97,7 @@ import MOVE from './MOVE';
|
||||
import MSET from './MSET';
|
||||
import MSETNX from './MSETNX';
|
||||
import OBJECT_ENCODING from './OBJECT_ENCODING';
|
||||
import OBJECT_FREQ from './OBJECT_FREQ';
|
||||
import PERSIST from './PERSIST';
|
||||
import EXISTS from './EXISTS';
|
||||
import EXPIRE from './EXPIRE';
|
||||
@@ -386,6 +387,8 @@ export default {
|
||||
mSetNX: MSETNX,
|
||||
OBJECT_ENCODING,
|
||||
objectEncoding: OBJECT_ENCODING,
|
||||
OBJECT_FREQ,
|
||||
objectFreq: OBJECT_FREQ,
|
||||
PERSIST,
|
||||
persist: PERSIST,
|
||||
EXISTS,
|
||||
|
Reference in New Issue
Block a user