-
-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Labels
Description
TLDR: The Redis team is moving away from ioredis
and now suggesting node-redis
(@redis/client
). Unfortunately, this is not a drop in replacement for ioredis
, and several functions like .duplicate
are missing.
See new docs: https://github.com/redis/docs/pull/1260/files
The problem I am facing
Stuck on ioredis
The solution I would like
Provide compatibility with both libs, or standardize on redis-client