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 cluster slots PubSubNode type
This commit is contained in:
@@ -78,7 +78,7 @@ type PubSubNode<
|
|||||||
RESP extends RespVersions,
|
RESP extends RespVersions,
|
||||||
TYPE_MAPPING extends TypeMapping
|
TYPE_MAPPING extends TypeMapping
|
||||||
> = (
|
> = (
|
||||||
Exclude<Node<M, F, S, RESP, TYPE_MAPPING>, 'client'> &
|
Omit<Node<M, F, S, RESP, TYPE_MAPPING>, 'client'> &
|
||||||
Required<Pick<Node<M, F, S, RESP, TYPE_MAPPING>, 'client'>>
|
Required<Pick<Node<M, F, S, RESP, TYPE_MAPPING>, 'client'>>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user