chriso / redback

A high-level Redis library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis/hiredis dependencies update

puzrin opened this issue · comments

I'm not sure about your plans, so leave here text proposal, instead of pull request.

  1. redis dependency can be updated to 0.8.1 - it's faster, and eliminates need to use hiredis.
  2. hiredis could be removed:
    • not actual with node_redis 0.8.1
    • no binary dependency - more convenient
    • if someone really need hiredis, he can install it separately, on higher level

Agreed - updated