1 个仓库
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 是一个用于通过同步和异步 Rust 接口与 Redis 数据存储进行交互的客户端库。它作为执行数据缓存、会话管理和通用数据存储的驱动程序。 该库具有对 Redis Cluster 环境的专门支持,包括集群感知节点路由和分布式数据管理。它通过零拷贝反序列化来最大限度地减少内存分配,并采用多路复用连接模型,允许多个并发请求共享单个网络连接。 该项目涵盖了广泛的能力,包括 JSON 文档存储、带有部分故障处理的命令流水线以及连接池。通过 TLS 加密和基于 Azure Entra ID 的令牌身份验证提供安全连接。开发过程通过用于单元和集成测试的连接模拟(mocking)得到支持。
Allows pipelined request batches to continue processing even if individual commands within the sequence fail.