codeigniter-redis icon indicating copy to clipboard operation
codeigniter-redis copied to clipboard

method _bulk_reply is not returning the correct data

Open DaLt0n opened this issue 11 years ago • 0 comments

Redis protocol sends a "CRLF" when it returns a string with zero length ($0), but when it returns a string "-1" ($-1) length it does not have a "CRLF". Solution is to remove "CRLF" when its a zero length string.

DaLt0n avatar Oct 22 '14 11:10 DaLt0n