Open lxe opened 9 years ago
encode(null) will throw an error at https://github.com/athoune/node-redis-protocol/blob/master/lib/encoder.js#L7 instead it should do wtiter.write("$-1\r\n")
encode(null)
wtiter.write("$-1\r\n")
encode(null)
will throw an error at https://github.com/athoune/node-redis-protocol/blob/master/lib/encoder.js#L7 instead it should dowtiter.write("$-1\r\n")