How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync.
A lightweight replication manager for PostgreSQL (Postgres)
Obsolete, see https://github.com/pgq/ for maintained code.
The main features of pgq/skytools-legacy are: High Availability.
Open-source alternatives to pgq/skytools-legacy include: phpredis/phpredis — phpredis is a C-based native extension that bridges PHP applications with Redis servers for high-performance data… 2ndquadrant/repmgr — A lightweight replication manager for PostgreSQL (Postgres). aiven/pglookout — PostgreSQL replication monitoring and failover daemon. clusterlabs/paf — PostgreSQL Automatic Failover: High-Availibility for Postgres, based on Pacemaker and Corosync. hashmap-kz/pgrwl — Cloud-native continuous backup for PostgreSQL - WAL/base-backup streaming, compression, encryption, retention, and… krylosov-aa/pg-status — A microservice (sidecar) that helps instantly determine the status of your PostgreSQL hosts including whether they are…