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

Fix ms.zscore return value type #198

Merged
merged 2 commits into from
Mar 20, 2017
Merged

Fix ms.zscore return value type #198

merged 2 commits into from
Mar 20, 2017

Conversation

scottinet
Copy link
Contributor

Description

The ms.zscore() method should return a floating point number, but redis sends a string response, so we need to interpret the result to return the right result type.

@codecov-io
Copy link

codecov-io commented Mar 20, 2017

Codecov Report

Merging #198 into 4.x will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              4.x     #198      +/-   ##
==========================================
+ Coverage   99.36%   99.41%   +0.05%     
==========================================
  Files          16       16              
  Lines        1721     1721              
  Branches      458      458              
==========================================
+ Hits         1710     1711       +1     
+ Misses         11       10       -1
Impacted Files Coverage Δ
src/MemoryStorage.js 99.09% <ø> (ø) ⬆️
src/Kuzzle.js 99.63% <0%> (+0.18%) ⬆️

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 4d2488d...983afd4. Read the comment docs.

@jenow jenow merged commit a013a74 into 4.x Mar 20, 2017
@jenow jenow deleted the fix-zscore-return-value branch March 20, 2017 19:10
This was referenced Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants