You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Fix: XAUTOCLAIM after a TRIM with pending messages returns nil (#2565)
* fix(client): XCLAIM & XAUTOCLAIM after a TRIM might return nils * fix(client): Fix race condition in specs * revert test utils changes * make tests faster --------- Co-authored-by: Leibale Eidelman <me@leibale.com>
This commit is contained in:
@@ -45,4 +45,4 @@ export function transformArguments(
|
||||
return args;
|
||||
}
|
||||
|
||||
export { transformStreamMessagesReply as transformReply } from './generic-transformers';
|
||||
export { transformStreamMessagesNullReply as transformReply } from './generic-transformers';
|
||||
|
Reference in New Issue
Block a user