dart_valkey 0.0.2
dart_valkey: ^0.0.2 copied to clipboard
Dart client for Valkey (and Redis-compatible servers)
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.2 - 2025-09-14 #
Added #
- Added the ability to customize the Nagle algorithm (
socket.setOption(SocketOption.tcpNoDelay, true)).
0.0.1 #
- Initial version.
Added #
- Initial release of the package.
- Added core client functionality.
- Implemented basic RESP decoding and encoding.
- Included initial set of commands (e.g., PING, ECHO).
- Implemented connection management (secure and insecure).
- Added Pub/Sub client with regular, pattern, and shard subscription mixins.
- Implemented various command groups (Hashes, Keys, Lists, Sets, Strings, ZSets).