1 dépôt
Mechanisms to isolate and handle individual command failures within a pipelined batch.
Distinct from Command Pipelining: Focuses on the error recovery of individual commands within a pipeline, unlike general command pipelining.
Explore 1 awesome GitHub repository matching data & databases · Partial Failure Handling. Refine with filters or upvote what's useful.
redis-rs is a client library for interacting with Redis data stores using synchronous and asynchronous Rust interfaces. It serves as a driver for performing data caching, session management, and general data storage. The library features specialized support for Redis Cluster environments, including cluster-aware node routing and distributed data management. It distinguishes itself through zero-copy deserialization to minimize memory allocations and a multiplexed connection model that allows multiple concurrent requests to share a single network connection. The project covers a broad capabili
Allows pipelined request batches to continue processing even if individual commands within the sequence fail.