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

Support IGNORE argument in TimeSeries commands #3830

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sazzad16
Copy link
Collaborator

@sazzad16 sazzad16 commented May 5, 2024

No description provided.

@sazzad16 sazzad16 requested review from vladvildanov and a team May 5, 2024 10:35
and, remove repeating tests to avoid code repitition
@@ -59,7 +73,14 @@ public interface RedisTimeSeriesCommands {
long tsAdd(String key, long timestamp, double value);

/**
* {@code TS.ADD key timestamp value [RETENTION retentionTime] [ENCODING [COMPRESSED|UNCOMPRESSED]] [CHUNK_SIZE size] [ON_DUPLICATE policy] [LABELS label value..]}
* {@code TS.ADD key timestamp value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TS.INCRBY and TS.DECRBY should also be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants