Hello, I'm currently working on adding the new command TS.MREVRANGE ([#3212](https://github.com/apache/kvrocks/issues/3212)). However, I encountered an issue when attempting to use the TS.ADD command to add time-series data with redis-cli.
The following command > TS.ADD temperature:place1 * 78.8 gives the following error. > (error) ERR unknown command `TS.ADD`, with args beginning with: > `temperature:place1`, `*`, `78.8` Here are the details for my current setup: A Docker container running Kvrocks server on port 6666 and another Docker container running redis-cli. Below is the server information. > # Server > version:2.13.0 > kvrocks_version:2.13.0 > redis_version:4.0.0 > git_sha1:776c3a18 > kvrocks_git_sha1:776c3a18 > redis_mode:standalone > kvrocks_mode:standalone > os:Linux 6.14.0-33-generic x86_64 > clang_version:14.0.6 > rocksdb_version:10.4.2 > arch_bits:64 > process_id:1 > tcp_port:6666 > server_time_usec:1761150094167305 > uptime_in_seconds:2878 > uptime_in_days:0 > executable:/usr/bin/kvrocks > config_file:/var/lib/kvrocks/kvrocks.conf Can you kindly advise on the following: - Is the TimeSeries module supported by Kvrocks by default, or do I need to configure it manually? - If manual configuration is required, could you provide guidance on how to load the module? I greatly appreciate any help or guidance you can provide, and I am happy to provide any additional details if needed. Thanks in advance for your time and support. Regards, Raja K. https://github.com/var-nan/ Sent with [Proton Mail](https://proton.me/mail/home) secure email.
