Hi,
I have used docker image of redis to test TS module. It’s working fine , i used the same example and got the right results.
Can you also add redis-cluster (docker or non-docker) in your documents.
Most of the production setups are cluster based so want to check will it work in cluster mode as well.
Thanks
danni-m
2
Hi Bharat,
For simple usage without labels (meaning TS.ADD and TS.RANGE) you can use the traditional Redis Cluster (https://redis.io/topics/cluster-tutorial).
If you are using TS.M* commands you can use it inside Redis Enterprise and in the future we will provide a mechanism for the OSS cluster as well.
Cheers,
Danni.