Overview of libvalkey Standalone API
unstableThe libvalkey library provides both synchronous and asynchronous APIs for interacting with Valkey in standalone (non-cluster) mode.
- Synchronous API: Designed for straightforward, blocking command execution. It includes features like connection management, command execution, reply handling, pipelining, and reader configuration.
- Asynchronous API: Designed for non-blocking operations.
Note: This documentation is a guide and not a complete reference; for exhaustive details, refer to the source code.