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: type of zscore result should be nullable #1639

Merged
merged 4 commits into from Aug 23, 2022
Merged

Conversation

vimutti77
Copy link
Contributor

The result of zscore can be null if member or key does not exist.

const result = await redis.zscore("key", "member") // return string or null

https://redis.io/commands/zscore/

@luin luin merged commit a3838ae into redis:main Aug 23, 2022
github-actions bot pushed a commit that referenced this pull request Aug 23, 2022
## [5.2.3](v5.2.2...v5.2.3) (2022-08-23)

### Bug Fixes

* type of zscore result should be nullable ([#1639](#1639)) ([a3838ae](a3838ae))
* update to latest profile for Redis Cloud ([#1637](#1637)) ([dccb820](dccb820))
@github-actions
Copy link

🎉 This PR is included in version 5.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

janus-dev87 added a commit to janus-dev87/ioredis-work that referenced this pull request Mar 1, 2024
## [5.2.3](redis/ioredis@v5.2.2...v5.2.3) (2022-08-23)

### Bug Fixes

* type of zscore result should be nullable ([#1639](redis/ioredis#1639)) ([a3838ae](redis/ioredis@a3838ae))
* update to latest profile for Redis Cloud ([#1637](redis/ioredis#1637)) ([dccb820](redis/ioredis@dccb820))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants