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 RedisTimeSeries #2854

Merged
merged 7 commits into from
Feb 1, 2022
Merged

Support RedisTimeSeries #2854

merged 7 commits into from
Feb 1, 2022

Conversation

sazzad16
Copy link
Collaborator

No description provided.

@sazzad16 sazzad16 added this to the 4.2.0 milestone Feb 1, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #2854 (56d6da1) into master (1a451e4) will decrease coverage by 2.07%.
The diff coverage is 0.84%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2854      +/-   ##
============================================
- Coverage     58.30%   56.23%   -2.08%     
+ Complexity     3081     3080       -1     
============================================
  Files           177      187      +10     
  Lines         11098    11511     +413     
  Branches        637      673      +36     
============================================
+ Hits           6471     6473       +2     
- Misses         4405     4816     +411     
  Partials        222      222              
Impacted Files Coverage Δ
.../main/java/redis/clients/jedis/CommandObjects.java 68.86% <0.00%> (-2.43%) ⬇️
...ava/redis/clients/jedis/MultiNodePipelineBase.java 25.99% <0.00%> (-0.77%) ⬇️
src/main/java/redis/clients/jedis/Pipeline.java 9.11% <0.00%> (-0.26%) ⬇️
...main/java/redis/clients/jedis/TransactionBase.java 13.30% <0.00%> (-0.37%) ⬇️
...rc/main/java/redis/clients/jedis/UnifiedJedis.java 60.63% <0.00%> (-1.65%) ⬇️
...edis/clients/jedis/timeseries/AggregationType.java 0.00% <0.00%> (ø)
...edis/clients/jedis/timeseries/DuplicatePolicy.java 0.00% <0.00%> (ø)
...edis/clients/jedis/timeseries/KeyedTSElements.java 0.00% <0.00%> (ø)
.../redis/clients/jedis/timeseries/TSAlterParams.java 0.00% <0.00%> (ø)
...redis/clients/jedis/timeseries/TSCreateParams.java 0.00% <0.00%> (ø)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a451e4...56d6da1. Read the comment docs.

@sazzad16 sazzad16 merged commit 6ec3e9e into redis:master Feb 1, 2022
@sazzad16 sazzad16 deleted the timeseries branch February 1, 2022 13:47
zeekling pushed a commit to zeekling/jedis that referenced this pull request Feb 2, 2022
* Support RedisTimeSeries

* remove commented codes and format

* one more little test

* Add TimeSeries pipeline/transaction commands

* Rename to KeyedTSElements

* Reorder imports

* Prepare test
sazzad16 added a commit that referenced this pull request Feb 3, 2022
* support CONFIG GET parameter [parameter ...]

* Support RedisTimeSeries (#2854)

* Support RedisTimeSeries

* remove commented codes and format

* one more little test

* Add TimeSeries pipeline/transaction commands

* Rename to KeyedTSElements

* Reorder imports

* Prepare test

* support CONFIG GET parameter [parameter ...]

* support CONFIG GET parameter [parameter ...]

* support CONFIG GET parameter [parameter ...]

* support CONFIG GET parameter [parameter ...]

* support CONFIG GET parameter [parameter ...]

* support CONFIG GET parameter [parameter ...]

* support CONFIG GET parameter [parameter ...]

* Update TransactionBase.java

Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
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 this pull request may close these issues.

2 participants