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 of ZRANGE command #227

Merged
merged 3 commits into from
Nov 4, 2021
Merged

Support of ZRANGE command #227

merged 3 commits into from
Nov 4, 2021

Conversation

mikhail-vl
Copy link
Contributor

Resolves #182

@mikhail-vl mikhail-vl added the enhancement New feature or request label Nov 4, 2021
@mikhail-vl mikhail-vl added this to the Version 2.0.0 milestone Nov 4, 2021
@mikhail-vl mikhail-vl self-assigned this Nov 4, 2021
@codecov
Copy link

codecov bot commented Nov 4, 2021

Codecov Report

Merging #227 (a09fb12) into master (a1bc124) will increase coverage by 0.00%.
The diff coverage is 95.34%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #227   +/-   ##
=======================================
  Coverage   94.87%   94.88%           
=======================================
  Files          36       37    +1     
  Lines        1677     1719   +42     
  Branches       68       76    +8     
=======================================
+ Hits         1591     1631   +40     
  Misses         79       79           
- Partials        7        9    +2     
Impacted Files Coverage Δ
src/redis/command.ts 100.00% <ø> (ø)
src/components/query-editor/query-editor.tsx 98.36% <86.66%> (-1.64%) ⬇️
pkg/query.go 100.00% <100.00%> (ø)
pkg/redis-zset.go 100.00% <100.00%> (ø)
src/components/config-editor/config-editor.tsx 98.86% <100.00%> (+0.04%) ⬆️
src/redis/query.ts 100.00% <100.00%> (ø)
src/redis/redis.ts 100.00% <100.00%> (ø)

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 8ab1ac1...a09fb12. Read the comment docs.

@mikhail-vl mikhail-vl merged commit 07d1407 into master Nov 4, 2021
@mikhail-vl mikhail-vl deleted the feat/zrange branch November 4, 2021 18:52
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.

Support of ZRANGE command
1 participant