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

Buffer keys support for Redis.Cluster #637

Closed
heri16 opened this issue Jun 7, 2018 · 1 comment · May be fixed by raindigi/haraka-plugin-wildduck#3 or saurabharch/GraphqlType-API-Registration#3
Closed

Comments

@heri16
Copy link

heri16 commented Jun 7, 2018

Redis Class seems to support Both String and Buffer keys, but Redis.Cluster fails miserably if key provided is a Buffer.

@luin luin added this to the v4 milestone Jun 23, 2018
@luin luin mentioned this issue Jun 23, 2018
6 tasks
luin added a commit that referenced this issue Jul 19, 2019
@luin luin closed this as completed in b414ed9 Jul 19, 2019
ioredis-robot pushed a commit that referenced this issue Jul 19, 2019
# [4.13.0](v4.12.2...v4.13.0) (2019-07-19)

### Bug Fixes

* **cluster:** suppress errors emitted from internal clients ([9a113ca](9a113ca)), closes [#896](#896) [#899](#899)

### Features

* **cluster:** support binary keys ([b414ed9](b414ed9)), closes [#637](#637)
@ioredis-robot
Copy link
Collaborator

🎉 This issue has been resolved in version 4.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

janus-dev87 added a commit to janus-dev87/ioredis-work that referenced this issue Mar 1, 2024
# [4.13.0](redis/ioredis@v4.12.2...v4.13.0) (2019-07-19)

### Bug Fixes

* **cluster:** suppress errors emitted from internal clients ([9a113ca](redis/ioredis@9a113ca)), closes [#896](redis/ioredis#896) [#899](redis/ioredis#899)

### Features

* **cluster:** support binary keys ([b414ed9](redis/ioredis@b414ed9)), closes [#637](redis/ioredis#637)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment