redis / hiredis-node

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

Dont use String::Utf8Value str(args[0].As<String>()); #70

Closed hit9 closed 9 years ago

hit9 commented 9 years ago

Using String::Utf8Value, you will get usigned short, that means, your string length cannot bigger than 65536.

hit9 commented 9 years ago

Ignore this