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

Closed
wants to merge 2 commits into 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
@sazzad16 sazzad16 marked this pull request as draft May 6, 2024 11:59
@@ -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

@sazzad16
Copy link
Collaborator Author

Resolved by #3860

@sazzad16 sazzad16 closed this Jun 14, 2024
@sazzad16 sazzad16 deleted the ts-ignore branch June 14, 2024 04:57
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.

3 participants