Skip to content

node-redis v3 Support #11

@alecgibson

Description

@alecgibson

The sharedb-redis-pubsub package.json lists redis v2.6 as a dependency.

The node-redis library is now at version 3. Here's their list of breaking changes:

  • Dropped support for Node.js < 6
  • Dropped support for hiredis (no longer required)
  • Removed previously deprecated drain event
  • Removed previously deprecated idle event
  • Removed previously deprecated parser option
  • Removed previously deprecated max_delay option
  • Removed previously deprecated max_attempts option
  • Removed previously deprecated socket_no_delay option

It sounds like this should be compatible with our usage of the Redis library? We should potentially bump this in the package.json like we did for sharedb-mongo

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