1 repositorio
Tools for automatically returning traffic to a preferred primary database after recovery is verified.
Distinct from Database Management: Distinct from general Database Management by focusing specifically on the automated transition back to a primary node after a failover event.
Explore 1 awesome GitHub repository matching data & databases · Failback Managers. Refine with filters or upvote what's useful.
Jedis is a Java library for connecting to Redis servers to execute commands and manage key-value data structures. It serves as a Java client and connection manager that facilitates the storage and retrieval of high-performance data. The project provides a cluster client for distributing data and requests across multiple nodes to ensure scaling and high availability. It includes a dedicated pub-sub client for real-time messaging through channel subscriptions and a pipelining tool to increase throughput by sending multiple commands in a single network round-trip. The library covers a broad ran
Provides mechanisms to automatically return traffic to the preferred primary database after health checks confirm recovery.