Skip to content

Commit 2b1aaff

Browse files
committed
comment nit
1 parent ed8181b commit 2b1aaff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/client/lib/sentinel/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ export interface RedisSentinelOptions<
2929
* The maximum number of times a command will retry due to topology changes.
3030
*/
3131
maxCommandRediscovers?: number;
32+
// TODO: omit properties that users shouldn't be able to specify for sentinel at this level
3233
/**
3334
* The configuration values for every node in the cluster. Use this for example when specifying an ACL user to connect with
3435
*/
3536
nodeClientOptions?: RedisClientOptions<RedisModules, RedisFunctions, RedisScripts, RESP, TYPE_MAPPING, RedisTcpSocketOptions>;
37+
// TODO: omit properties that users shouldn't be able to specify for sentinel at this level
3638
/**
3739
* The configuration values for every sentinel in the cluster. Use this for example when specifying an ACL user to connect with
3840
*/

0 commit comments

Comments
 (0)