dial-once/node-cache-manager-redis

How set max_attempts of connection?

epozsh opened this issue · 3 comments

How set max attempts like in redis_node?

@Shadowman4205 you should be able to pass params like those in redis_node

if you take a look at the code you shall se that we use https://github.com/joshuah/sol-redis-pool
and this it's options (redis) like in here https://github.com/dial-once/node-cache-manager-redis/blob/develop/index.js#L52

Thansks i used Retry Strategy.