netty5/codec-redis
Jongyeol Choi 7db9f454fe Fix decoding null bulk string of RedisDecoder
Motivation:

- `RedisBulkStringAggregator` raises errors for multiple null bulk strings.
- Null or empty bulk string has no content, but current `RedisDecoder` generates header and contents.

Modifications:

- Fix decoding null bulk string of `RedisDecoder` for `RedisBulkStringAggregator`.

Result:

- Fixes #5184.
2016-05-01 20:26:35 +02:00
..
src Fix decoding null bulk string of RedisDecoder 2016-05-01 20:26:35 +02:00
pom.xml Implement codec-redis 2016-04-14 10:23:16 +02:00