Package: redis-server Version: 5:8.0.0-2 According to the module description [0]:
"Starting with Redis 8, the Time Series data structure is integral to Redis. You don't need to install this module separately."
I have checked the redis official source code release [1] and it does contain said module.
However when installing Redis 8 from the Debian repository, the timeseries functionality (various TS.* commands) is neither available out of the box, nor there is a .so module that could be configured by user to be loaded.
[0] https://github.com/RedisTimeSeries/RedisTimeSeries [1] https://download.redis.io/redis-stable.tar.gz