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 SUNIONSTORE
This commit is contained in:
@@ -152,6 +152,7 @@ import SREM from './SREM';
|
||||
import SSCAN from './SSCAN';
|
||||
import STRLEN from './STRLEN';
|
||||
import SUNION from './SUNION';
|
||||
import SUNIONSTORE from './SUNIONSTORE';
|
||||
import TOUCH from './TOUCH';
|
||||
import TTL from './TTL';
|
||||
import TYPE from './TYPE';
|
||||
@@ -507,6 +508,8 @@ export default {
|
||||
strLen: STRLEN,
|
||||
SUNION,
|
||||
sUnion: SUNION,
|
||||
SUNIONSTORE,
|
||||
sUnionStore: SUNIONSTORE,
|
||||
TOUCH,
|
||||
touch: TOUCH,
|
||||
TTL,
|
||||
|
Reference in New Issue
Block a user