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

Add encoding option to sorted set #289

Merged
merged 2 commits into from
Nov 14, 2017

Conversation

jameshilliard
Copy link
Contributor

Looks like this option is missing for sorted sets.

@jameshilliard jameshilliard force-pushed the encoding-options branch 2 times, most recently from db6971f to 78b63d4 Compare September 4, 2017 17:51
@codecov
Copy link

codecov bot commented Sep 4, 2017

Codecov Report

Merging #289 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
- Coverage   96.78%   96.77%   -0.02%     
==========================================
  Files          55       55              
  Lines        7747     7778      +31     
  Branches      615      621       +6     
==========================================
+ Hits         7498     7527      +29     
  Misses        181      181              
- Partials       68       70       +2
Impacted Files Coverage Δ
aioredis/commands/sorted_set.py 100% <100%> (ø) ⬆️
tests/sorted_set_commands_test.py 100% <100%> (ø) ⬆️
tests/sentinel_failover_test.py 85.71% <0%> (-1.51%) ⬇️

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 67af793...c8dbd68. Read the comment docs.

@popravich
Copy link
Contributor

Please, add tests for the case when encoding is specified.

@jameshilliard jameshilliard force-pushed the encoding-options branch 2 times, most recently from c01f2e1 to 2743adb Compare October 21, 2017 02:19
@jameshilliard
Copy link
Contributor Author

I've added tests, AppVeyor seems to not be picking up my changes in this PR although tests pass here.

@popravich popravich added this to the v1.0 milestone Nov 9, 2017
@popravich popravich merged commit 1dd30af into aio-libs-abandoned:master Nov 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants