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

TS.INCRBY/TS.DECRBY - Increment the latest value #4

Closed
RoeyPrat opened this issue Nov 12, 2018 · 2 comments · Fixed by #60
Closed

TS.INCRBY/TS.DECRBY - Increment the latest value #4

RoeyPrat opened this issue Nov 12, 2018 · 2 comments · Fixed by #60
Assignees

Comments

@RoeyPrat
Copy link

No description provided.

@RoeyPrat RoeyPrat self-assigned this Nov 12, 2018
@RoeyPrat RoeyPrat changed the title TS.INCRBY/TS.DECRBY - Incrment the latest value TS.INCRBY/TS.DECRBY - Increment the latest value Nov 12, 2018
@RoeyPrat
Copy link
Author

@danni-m - i think documentation might be wrong for this command.
I'll skip implementing this for a while. please update if and when documentation changes.

TS.INCRBY/TS.DECRBY - Incrment the latest value
TS.INCRBY key [VALUE] [RESET] [TIME_BUCKET]
This command can be used as a counter/gauge that get automatic history as a time series.

key - key name for timeseries Optional args:
VALUE - one of the following: avg, sum, min, max, count, first, last
RESET - Should the current counter should be resetted when TIME_BUCKET is changes
TIME_BUCKET - time bucket for resetting the current counter in seconds

@RoeyPrat RoeyPrat self-assigned this Nov 15, 2018
@filipecosta90
Copy link
Collaborator

hi there @RoeyPrat , I believe the part that is still relevant to the > 1.2 version is solved by #60 . should we close this?

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

Successfully merging a pull request may close this issue.

2 participants