You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,here are the available commands in the latest release below,but I can't find retention field,so may there be any alternative RIOT solution(not lua or others)?Since we have timeseries-level properties such as on-duplicate and label,we also have expire commands.
Add samples to RedisTimeSeries
-h, --help Show this help message and exit.
--ignore-missing Ignore missing fields.
-k, --key=<fields>... Key fields.
--keyspace=<str> Keyspace prefix.
--labels=SPEL... Labels in the form label1=field1 label2=field2...
--on-duplicate=<name> Duplicate policy: BLOCK, FIRST, LAST, MIN, MAX, SUM (default: LAST).
--remove Remove key or member fields the first time they are used.
--separator=<str> Key separator (default: :).
--timestamp=<field> Name of the field to use for timestamps. If unset, uses auto-timestamping.
-V, --version Print version information and exit.
--value=<field> Name of the field to use for values.
The text was updated successfully, but these errors were encountered:
Hi ,here are the available commands in the latest release below,but I can't find
retention
field,so may there be any alternative RIOT solution(not lua or others)?Since we have timeseries-level properties such ason-duplicate
andlabel
,we also have expire commands.The text was updated successfully, but these errors were encountered: