9951 explained code solutions for 126 technologies


redis-timeseriesHow to install Redis time series


Download RedisTimeSeries module and unpack into /var/lib/redis (or other) folder. Then edit /etc/redis/redis.conf:

loadmodule /var/lib/redis/redistimeseries.soctrl + c
loadmodule

configuration parameter that loads additional module

/var/lib/redis/redistimeseries.so

path to downloaded and unpacked module file