Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require --retention property for ts.add or ts.create Redis command when importing #151

Open
VictorHuu opened this issue Jul 1, 2024 · 0 comments

Comments

@VictorHuu
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant