1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00
This commit is contained in:
dovi
2023-05-02 15:28:23 -04:00
parent ea87a6767f
commit dd6b211db3
4 changed files with 73 additions and 37 deletions

View File

@@ -144,6 +144,7 @@ import WATCH from './WATCH';
import XACK from './XACK';
import XADD_NOMKSTREAM from './XADD_NOMKSTREAM';
import XADD from './XADD';
import XDEL from './XDEL'
import XLEN from './XLEN';
import ZADD from './ZADD';
import ZCARD from './ZCARD';
@@ -463,6 +464,9 @@ export default {
xAddNoMkStream: XADD_NOMKSTREAM,
XADD,
xAdd: XADD,
XDEL,
xDel: XDEL,
XLEN,
xLen: XLEN,
ZADD,