1 مستودع
Dispatching commands to a dynamic or static subset of cluster nodes and collecting results asynchronously.
Distinct from Cluster Node Management: Distinct from Cluster Node Management: focuses on executing commands on selected nodes, not on managing node lifecycle or configuration.
Explore 1 awesome GitHub repository matching data & databases · Targeted Command Dispatch. Refine with filters or upvote what's useful.
Lettuce is a Redis client library for Java that provides synchronous, asynchronous, and reactive programming models for interacting with Redis databases. It supports standalone, cluster, sentinel, pub/sub, and search operations through a single thread-safe connection model that handles command execution without blocking the calling thread. The library distinguishes itself through its reactive streams integration with Project Reactor, enabling non-blocking, backpressure-aware data processing with Mono and Flux types. It offers cluster slot routing that transparently handles MOVED and ASK redir
Dispatches commands to a subset of cluster nodes and collects results asynchronously.