Sumit
Results
1
comments of
Sumit
I have also faced the same issue , the workaround is to give actual endpoint of nodes like `List(RedisHost("redis-public.cache.amazonaws.com", 6379), RedisHost("redis-public.cache.amazonaws.com", 6379) )` its with play redis but here the...