Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Releases: jcmellado/dartis

dartis 0.5.0

25 Apr 15:39
d6e80be
Compare
Choose a tag to compare
  • Added Redis streams commands #26

dartis 0.4.0

30 Mar 20:13
eac92d9
Compare
Choose a tag to compare
  • 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

dartis 0.3.0

12 Dec 20:55
72b691e
Compare
Choose a tag to compare
  • Added some logic for handling broken connections

dartis 0.2.0

08 Sep 02:32
00a30eb
Compare
Choose a tag to compare
  • Changed description, it was too long

dartis 0.1.0

08 Sep 01:56
5b60bf7
Compare
Choose a tag to compare

Redis client for Dart.

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