redis 4.0.0 copy "redis: ^4.0.0" to clipboard
redis: ^4.0.0 copied to clipboard

Redis database (https://redis.io/) client, with both simplicity and performance as primary goals.

README.md

4.0.0 #

3.1.0 #

  • PubSub can be closed and errors can be caught as per PubSub example in README.md

3.0.0 #

  • Feature: Binary data parsing, Issue #56
  • we upgraded to new major version due to minor backward incompatibility. Incompatibility is in publicly exposed parser class. Most users should not notice incompatibility.

2.2.0 #

  • Bugfix: Handle socket exception on close Issue #49

2.1.0 #

  • Bugfix: Try to recover after received RedisError Issue #48

2.0.0 #

1.4.0 #

1.3.0 #

  • Improved error handling Issue #15
  • Experimental transaction discard Issue #11
  • Minor fixes

1.2.0 #

  • 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

1.1.0 #

  • Performance tweaks and simplified code

1.0.0 #

  • Dart 2.0 support

0.4.5 #

0.4.4 #

0.4.3 #

  • Cas helper
  • Improved unit tests

0.4.2 #

  • Improved performance by 10%
  • Pubsub interface uses Stream
  • Better test coverage
  • Improved documentation

0.4.1 #

  • Command raise error if used during transaction.

0.4.0 #

  • PubSub interface is made simpler but backward incompatible :(
  • README is updated

README.md

127
likes
105
pub points
92%
popularity

Publisher

unverified uploader

Redis database (https://redis.io/) client, with both simplicity and performance as primary goals.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on redis