NodeRedis / node-redis-parser

A high performance Redis protocol (RESP) parser for JavaScript. Used by Node Redis & ioredis.
MIT License
88 stars 36 forks source link

Accept non standard input #27

Closed BridgeAR closed 7 years ago

BridgeAR commented 8 years ago

The hiredis parser accepts negative length to be parsed as null in both arrays and bulk strings.