I am trying out redistimeseries module with redis cluster and it's go and node clients. Is that supported ?
Asked
Active
Viewed 249 times
0
-
What do you by "is that supported"? Did you try this clients https://github.com/RedisTimeSeries/RedisTimeSeries-go – Guy Korland Jan 31 '21 at 02:56
-
So redisTimeseries internally uses redigo to create redis client which doesn't seem to support redis cluster : https://github.com/gomodule/redigo/issues/352 – Anudeep Agarwal Feb 01 '21 at 08:56