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

fix SUNION

This commit is contained in:
dovi
2023-05-03 18:40:36 -04:00
parent 92b38a1f37
commit 627c9122ef
3 changed files with 41 additions and 38 deletions

View File

@@ -151,6 +151,7 @@ import SRANDMEMBER from './SRANDMEMBER';
import SREM from './SREM';
import SSCAN from './SSCAN';
import STRLEN from './STRLEN';
import SUNION from './SUNION';
import TOUCH from './TOUCH';
import TTL from './TTL';
import TYPE from './TYPE';
@@ -504,6 +505,8 @@ export default {
sScan: SSCAN,
STRLEN,
strLen: STRLEN,
SUNION,
sUnion: SUNION,
TOUCH,
touch: TOUCH,
TTL,