- Tls and custom Socket support. Thanks to @Derrick56007
- Received redis errors throws exception. Thanks to @eknoes for pull request.
- Integers in array get auto converted to strings. Author @eknoes.
- Improve transaction handling errors. Patch from @eknoes
- Testing migrated on dart.test. Patch from @eknoes
- Performance tweaks and simplified code
- Dart 2.0 support
- Unicode bugfix -> ra1u#4
- Update PubSub doc
- Improve tests
- bugfix for subscribe -> ra1u#3
- performance improvement
- add PubSub class (simpler/shorter/faster? PubSubCommand)
- doc update and example of EVAL
- Cas helper
- Improved unit tests
- Improved performance by 10%
- Pubsub interface uses Stream
- Better test coverage
- Improved documentation
- Command raise error if used during transaction.
- PubSub interface is made simpler but backward incompatible :(
- README is updated