Closed
Description
When using yarn to manage packages it throws the following warning:
warning "then-redis@2.0.1" has unmet peer dependency "redis-commands@*".
and the then-redis
maintainer has announced he is no longer maintaining then-redis
and that users should switch to node_redis
which now contains promise goodness.
So, is it possible to drop then-redis
and replace it with node_redis
?