DotNetty icon indicating copy to clipboard operation
DotNetty copied to clipboard

fixed null and empty fullbulkstring encoding in redis encoder

Open unclepaul84 opened this issue 5 years ago • 1 comments

Hey,

We are writing a server that will expose our datasets over redis apis and decided to use DotNetty. Sending back nulls and empty bulk strings results in protocol errors because the redis encoder mis treats those objects. We fixed the bug and implemented a unit test.

Thanks

unclepaul84 avatar May 01 '19 14:05 unclepaul84

CLA assistant check
All CLA requirements met.

msftclas avatar May 01 '19 14:05 msftclas