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: update to latest profile for Redis Cloud #1637

Merged
merged 1 commit into from Aug 23, 2022
Merged

fix: update to latest profile for Redis Cloud #1637

merged 1 commit into from Aug 23, 2022

Conversation

luin
Copy link
Collaborator

@luin luin commented Aug 19, 2022

Closes #1634.

This ticket updates the built-in profile the reflect the changes on Redis Cloud side. The CA should work for both Fixed plan and Flexible plan.

To test:

Make sure the following code is able to connect to a Redis Cloud server:

const Redis = require("./built");

const redis = new Redis({
  host: host,
  port: port,
  username: username,
  password: password,
  tls: "RedisCloudFlexible",
});

redis.get("foo", console.log);

@luin luin merged commit dccb820 into main Aug 23, 2022
@luin luin deleted the zh-redis-ca branch August 23, 2022 13:58
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.

TLS profiles for Redis Cloud are to become outdated
1 participant