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

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

README.md

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
115
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

AGPL-3.0 (LICENSE)

More

Packages that depend on redis