redis / hiredis-node

Node wrapper for hiredis
BSD 3-Clause "New" or "Revised" License
305 stars 84 forks source link

Refactored to use only the parser from hiredis source. #77

Closed tzickel closed 9 years ago

tzickel commented 9 years ago

This removes uneeded dependencies between hiredis and hiredis-node, it keeps just the parser itself. Should be part of an effort to make hiredis-node compile as-is on windows.