phpredis is a C-based native extension that bridges PHP applications with Redis servers for high-performance data storage and retrieval. It serves as an interface for manipulating strings, hashes, lists, sets, and sorted sets while providing a direct path for executing Redis commands and server-side scripts. The extension provides comprehensive support for distributed environments and high availability. It interfaces with Redis Cluster to distribute data across multiple nodes using hash slots and manages Redis Sentinel for service discovery and automatic failover. It also enables shared state
Sync data from one Postgres database to another
A lightweight replication manager for PostgreSQL (Postgres)
Principalele funcționalități ale 2ndquadrant/repmgr sunt: Data Replication, High Availability.
Alternativele open-source pentru 2ndquadrant/repmgr includ: phpredis/phpredis — phpredis is a C-based native extension that bridges PHP applications with Redis servers for high-performance data… aiven/pglookout — PostgreSQL replication monitoring and failover daemon. ankane/pgsync — Sync data from one Postgres database to another. benbjohnson/litestream — Litestream is a database backup utility that provides continuous, incremental replication for SQLite databases. It… clusterlabs/paf — PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync. actiontech/dtle — Distributed Data Transfer Service for MySQL.