koajs / koa-redis

Redis storage for Koa session middleware/cache with Sentinel and Cluster support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move ioredis to peer dep?

noahehall opened this issue · comments

koa-redis has ioredis4.14 as a direct dependency

if we moved it to a peer dep consumers would be free to use the more updated version; and you can specify supported versions