Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 832 Bytes

CHANGELOG.md

File metadata and controls

34 lines (28 loc) · 832 Bytes

Changelog

[0.5.0] - 2020-04-25

  • Added Redis streams commands #26

[0.4.0] - 2020-03-30

  • Exposed connection object in Client #24
  • Fixed errors and warning with latest Dart SDK
  • Removed deprecated linter rules
  • Fixed coverage configuration
  • Updated logging to 0.11.4
  • Updated test to 1.14.2
  • Updated uuid to 2.0.4

[0.3.0] - 2018-12-12

  • Added some logic for handling broken connections

[0.2.0] - 2018-09-08

  • Changed description, it was too long

[0.1.0] - 2018-09-07

  • First release

Features

  • Type-safe commands
  • Pipelining
  • Fire and forget
  • Publish/Subscribe
  • Monitor mode
  • Inline commands
  • Transactions
  • Lua scripting
  • Custom serializers/deserializers
  • Custom commands for building Modules