koajs / koa-redis

Redis storage for Koa session middleware/cache with Sentinel and Cluster support
MIT License
352 stars 40 forks source link

Can't support urlString #64

Closed arronzhang closed 4 years ago

arronzhang commented 4 years ago

Hope to support urlString like this:

new RedisStore("redis://:authpassword@127.0.0.1:6380/4")