How set max_attempts of connection?
epozsh opened this issue · 3 comments
epozsh commented
How set max attempts like in redis_node?
mrister commented
@Shadowman4205 you should be able to pass params like those in redis_node
mrister commented
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
epozsh commented
Thansks i used Retry Strategy.