-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
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
Labels
No labels