daredis 0.0.3
daredis: ^0.0.3 copied to clipboard
A Redis client for Dart with connection pooling, cluster support, dedicated Pub/Sub and transaction sessions, and typed helper APIs.
0.0.3 #
- Added a publish-friendly
example/example.dartentry example. - Expanded dartdoc coverage for public client, session, connection, and utility APIs.
- Aligned the README quick start with the published package example.
0.0.2 #
- Refined command capability modeling around concrete client and session types.
- Moved command helpers to mixin-based composition for standalone, cluster, and transaction clients.
- Improved integration tests and cluster test configuration coverage.
0.0.1 #
- Initial release with single-node/cluster clients and connection pooling.