koajs / koa-redis

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

remove hiredis #47

Closed snadn closed 6 years ago

snadn commented 6 years ago

the dependencies of redis is ^2.8.0,and redis not use hiredis as default after v2.6.0

https://github.com/NodeRedis/node_redis/blob/master/changelog.md#v260---01-jun-2016

so remove hiredis and let users decide if they want to use hiredis

dead-horse commented 6 years ago

@snadn PR's welcome.