Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Update hscan command to return list of tuples #335

Merged
merged 3 commits into from
Nov 17, 2017
Merged

Conversation

popravich
Copy link
Contributor

It was returning plain list of keys and values (['field-1', 'value-1', 'field-2', 'value-2'])
Now: [('field-1', 'value-1'), ('field-2', 'value-2')]

Similar to #334

@codecov
Copy link

codecov bot commented Nov 17, 2017

Codecov Report

Merging #335 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #335      +/-   ##
==========================================
+ Coverage   96.77%   96.78%   +0.01%     
==========================================
  Files          55       55              
  Lines        7807     7802       -5     
  Branches      625      622       -3     
==========================================
- Hits         7555     7551       -4     
+ Misses        183      182       -1     
  Partials       69       69
Impacted Files Coverage Δ
aioredis/util.py 95.2% <100%> (-0.36%) ⬇️
tests/hash_commands_test.py 100% <100%> (ø) ⬆️
aioredis/commands/hash.py 100% <100%> (ø) ⬆️
tests/sentinel_failover_test.py 88.72% <0%> (+0.75%) ⬆️

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 37c2055...ce5caca. Read the comment docs.

@popravich popravich merged commit d1f1b83 into master Nov 17, 2017
@popravich popravich deleted the hash_scan_pairs branch November 17, 2017 15:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant