Provision and monitor hundreds of Redis instances from a single web dashboard without manual server management.
Scale Redis capacity up or down without downtime by adding or removing nodes through the platform.
Set up alerting and usage dashboards to catch Redis performance issues before they affect your applications.
Requires a Java backend deployment plus existing Redis infrastructure and host machines to manage.
CacheCloud is a management platform for Redis, an in-memory data store widely used to speed up applications by caching frequently accessed information. Running Redis at large scale, across hundreds of machines and thousands of instances, creates significant operational work: provisioning new instances, monitoring performance, scaling capacity up or down, and handling failures. CacheCloud is designed to make that work manageable through a web-based control panel. The README is primarily in Chinese, it was developed by Sohu TV, a large Chinese media company. The platform supports the three main ways Redis is typically deployed: as a single standalone instance, as a primary-and-replica pair with a Sentinel process watching for failures, and as a distributed Cluster that splits data across multiple nodes. Through CacheCloud, teams can build and migrate Redis environments, manage the host machines they run on, monitor usage statistics, and set up alerts when something goes wrong. A key feature is elastic scaling: the platform lets operators add or remove capacity without disrupting running applications. There is also a client-integration layer that provides SDKs and monitoring hooks so application code can connect to the managed Redis instances and report usage back to the platform. The README shares internal scale figures from Sohu TV's own deployment: over 800 billion Redis commands processed per day, more than 18 terabytes of total memory in use across 420 applications and 4,800 instances, running on a mix of 80 physical machines and 360 Kubernetes pods. Cost comparison charts in the README show the platform positioned as cheaper than using commercial cloud-vendor managed Redis services at that scale. The project is open source, with documentation and a quickstart guide available in the repository wiki. Contact options listed include several QQ and WeChat groups for Chinese-language users.
← sohutv on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.