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

Redis TLS option not supported #803

Open
Strongbyte-ES opened this issue Nov 12, 2019 · 0 comments
Open

Redis TLS option not supported #803

Strongbyte-ES opened this issue Nov 12, 2019 · 0 comments

Comments

@Strongbyte-ES
Copy link

The ioredis package is v1 where recently v4 supports rediss (Redis TLS) protocol e.g. to use a managed Redis database on Digital Ocean.

Besides updating the ioredis dependency, the lib/persistence/redis.js _buildClient function requires the addition of:

  if (this.options.tls) {
    options.tls = this.options.tls;
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant