9951 explained code solutions for 126 technologies


redis-timeseriesAdd labels for time series


redis-cli TS.ALTER ts_2 LABELS type test group democtrl + c
redis-cli

redis executable with RedisTimeSeries module installed

TS.ALTER

change specified time series

ts_2

name of time series

LABELS

list label for specified time series

type test group demo

add type label with test value and group label with demo value