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

Redis TLS option not supported #803

@Strongbyte-ES

Description

@Strongbyte-ES

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;
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions