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

add in IncrByAutoTs and DecrByAutoTs functions with tests #88

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

maguec
Copy link
Contributor

@maguec maguec commented Mar 16, 2021

Similar to AddAutoTs we need to Incr and Decr counters without timestamps from threaded applications

@codecov
Copy link

codecov bot commented Mar 16, 2021

Codecov Report

Merging #88 (a11d937) into master (8a44943) will decrease coverage by 0.30%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   77.88%   77.57%   -0.31%     
==========================================
  Files           7        7              
  Lines         434      446      +12     
==========================================
+ Hits          338      346       +8     
- Misses         55       57       +2     
- Partials       41       43       +2     
Impacted Files Coverage Δ
client.go 82.24% <66.66%> (-1.20%) ⬇️

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 8a44943...a11d937. Read the comment docs.

@filipecosta90 filipecosta90 added the enhancement New feature or request label Mar 16, 2021
Copy link

@danni-m danni-m left a comment

Choose a reason for hiding this comment

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

LGTM

@filipecosta90 filipecosta90 merged commit e062674 into RedisTimeSeries:master Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants