iRedis
iRedis copied to clipboard
Issue with readReply() / MULTIBULK
Looks like readBulkReply() had been abstracted from readReply() at some point, but a reference to $size was left in readBulkReply(). This caused nil values to muck up the file pointer position for subsequent values and ultimately cause the process to hang.