skunight / nestjs-redis

nestjs redis module
MIT License
321 stars 173 forks source link

RedisOptions: field `name` of base interface is already is use for `name of master` in SentinelConnector of `ioredis` #54

Open nexus opened 4 years ago

nexus commented 4 years ago

Because export interface RedisModuleOptions extends RedisOptions, field name is already in use by ioredis for name of master in SentinelConnector. You should use a different field for multi-client connection. Otherwise, it is not possible to create more than 1 client with Sentinel setup.

aashutoshrathi commented 3 years ago

@skunight Please update on when this will be merged. I had to create a forked package as this is a critical issue.