dart_valkey 0.0.2 copy "dart_valkey: ^0.0.2" to clipboard
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).
2
likes
140
points
147
downloads

Publisher

verified publisheryaminokishi.com

Weekly Downloads

Dart client for Valkey (and Redis-compatible servers)

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on dart_valkey