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
TLDR: The Redis team is moving away from
ioredisand now suggestingnode-redis(@redis/client). Unfortunately, this is not a drop in replacement forioredis, and several functions like.duplicateare 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