Skip to content

Commit

Permalink
Merge pull request #402 from urso/bug/384-redis-fail
Browse files Browse the repository at this point in the history
Bug 384 redis fail
  • Loading branch information
ruflin committed Nov 26, 2015
2 parents ca0073d + 23b7e8a commit 7bb21e6
Show file tree
Hide file tree
Showing 4 changed files with 689 additions and 662 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ All notable changes to this project will be documented in this file based on the
### Backward Compatibility Breaks

### Bugfixes
- Fix panic on nil in redis protocol parser. #384
- Fix errors redis parser when messages are split in multiple TCP segments. #402
- Fix errors in redis parser when length prefixed strings contain sequences of CRLF. #402
- Fix errors in redis parser when dealing with nested arrays. #402

### Added
- Added piping support to redis protocol. #402

### Deprecated

Expand Down
Loading

0 comments on commit 7bb21e6

Please sign in to comment.