awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesPartial Failure Handling

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.

Awesome Partial Failure Handling GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • redis-rs/redis-rsAvatar de redis-rs

    redis-rs/redis-rs

    4,225Voir sur GitHub↗

    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.

    Rust
    Voir sur GitHub↗4,225
  1. Home
  2. Data & Databases
  3. Command Pipelining
  4. Partial Failure Handling