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

fix XSETID

This commit is contained in:
dovi
2023-05-02 16:06:14 -04:00
parent 449d9c40ae
commit afa394e35d
4 changed files with 71 additions and 24 deletions

View File

@@ -145,6 +145,7 @@ import XACK from './XACK';
import XADD_NOMKSTREAM from './XADD_NOMKSTREAM';
import XADD from './XADD';
import XDEL from './XDEL';
import XSETID from './XSETID';
import XTRIM from './XTRIM';
import XLEN from './XLEN';
import ZADD from './ZADD';
@@ -467,6 +468,8 @@ export default {
xAdd: XADD,
XDEL,
xDel: XDEL,
XSETID,
xSetId: XSETID,
XTRIM,
xTrim: XTRIM,
XLEN,