awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
neweggai avatar

neweggai/redis-manager

0
View on GitHub↗
2,934 stars·703 forks·Java·Apache-2.0·17 views

Redis Manager

Redis-manager is a Java-based administrative platform and web interface designed for managing, provisioning, and monitoring Redis databases and clusters. It provides a centralized dashboard equipped for container-based and direct machine deployment, cluster topology orchestration, and interactive data inspection.

The platform includes a slot-aware cluster orchestrator capable of handling node evictions, replication bindings, manual failovers, and hash slot migrations. It also features a real-time metric scraper that tracks memory consumption, client connections, and slow logs, coupled with a multi-channel alert dispatcher that triggers warnings across messaging platforms and email when metric thresholds are breached.

Additional capabilities encompass remote configuration synchronization across instances and environment-driven configuration initialization without static file edits.

Features

  • Redis Administration Utilities - A dashboard for provisioning instances, managing cluster topology, slot migration, and executing node-level administrative tasks.
  • Cluster Topology Management - Executes administrative actions such as node eviction, replication binding, manual failovers, and slot migration.
  • Redis Deployment Tools - Provisions new cluster topologies and standalone nodes using containerized engines and direct machine setups.
  • Redis Management Interfaces - A web platform for monitoring, installing, managing, alerting, and performing basic data operations on Redis clusters.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI
  • Container-Based Provisioning - Automates the deployment and scaling of database instances across isolated container environments and direct machine setups.
  • Hash Slot Sharding - Manages distributed database topology by handling node eviction, replication binding, manual failovers, and hash slot migrations.
  • Metric and Performance Monitors - Tracks memory consumption, client connections, slow logs, and runtime configuration parameters in real time to diagnose operational bottlenecks.
  • Redis - Tracks real-time metrics like memory consumption, client connections, and slow logs to diagnose bottlenecks and operational health.
  • Alerting Systems - A real-time performance tracker that monitors memory usage, slow logs, and metrics with automated threshold alerts.
  • Record Modification Interfaces - Enables interactive data lookups, pattern scans, and record modifications directly through an integrated management interface.
  • Redis Key Scanning - Querying, scanning, inspecting, and modifying data stored in Redis databases directly through an integrated management interface.
  • Interactive Explorers - Provides an administrative web interface for querying, pattern scanning, and modifying database records directly.
  • Environment Variable Configuration - Initializes system behavior dynamically through runtime environment variables without relying on manual static configuration edits.
  • Alert Notification Management - Configures automated warnings and sends triggered notifications for metric threshold breaches across multiple communication channels.
  • Metrics Scrapers - Polls runtime performance indicators, memory consumption, and slow logs directly from active database instances for monitoring.
  • Multi-Channel Notification Dispatch - Triggers automated warning notifications across external messaging platforms and email channels based on predefined metric thresholds.
  • Email Alert Notifications - Triggers automated warnings for metric threshold breaches across multiple communication channels including email and messaging platforms.
  • Star history

    Star history chart for neweggai/redis-managerStar history chart for neweggai/redis-manager

    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.

    Frequently asked questions

    What does neweggai/redis-manager do?

    Redis-manager is a Java-based administrative platform and web interface designed for managing, provisioning, and monitoring Redis databases and clusters. It provides a centralized dashboard equipped for container-based and direct machine deployment, cluster topology orchestration, and interactive data inspection.

    What are the main features of neweggai/redis-manager?

    The main features of neweggai/redis-manager are: Redis Administration Utilities, Cluster Topology Management, Redis Deployment Tools, Redis Management Interfaces, Container-Based Provisioning, Hash Slot Sharding, Metric and Performance Monitors, Redis.

    What are some open-source alternatives to neweggai/redis-manager?

    Open-source alternatives to neweggai/redis-manager include: sohutv/cachecloud — CacheCloud is a cloud management platform and infrastructure orchestrator for Redis. It provides a centralized… tiny-craft/tiny-rdm — tiny-rdm is a Redis database manager and GUI client that provides a visual interface for performing CRUD operations on… joeferner/redis-commander — Redis Commander is a web-based management interface and graphical user interface for Redis databases. It serves as an… apache/kvrocks — Kvrocks is a distributed key-value store and Redis-compatible NoSQL database. It utilizes a RocksDB storage engine to… redis/redisinsight — RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis… rememberber/wepush — WePush is a multi-channel notification gateway and bulk message dispatcher designed to send personalized notifications…

    Open-source alternatives to Redis Manager

    Similar open-source projects, ranked by how many features they share with Redis Manager.
    • sohutv/cachecloudsohutv avatar

      sohutv/cachecloud

      8,852View on GitHub↗

      CacheCloud is a cloud management platform and infrastructure orchestrator for Redis. It provides a centralized dashboard to deploy, scale, and monitor Redis instances across standalone, sentinel, and cluster architectures. The system standardizes operational workflows to reduce manual effort through automated deployment and maintenance processes. It enables elastic resource scaling via vertical and horizontal adjustments to optimize hardware utilization and manages high-availability transitions through automated failover. The platform includes a metadata-driven directory to track physical ma

      HTMLcachecloudjavajedis
      View on GitHub↗8,852
    • tiny-craft/tiny-rdmtiny-craft avatar

      tiny-craft/tiny-rdm

      12,899View on GitHub↗

      tiny-rdm is a Redis database manager and GUI client that provides a visual interface for performing CRUD operations on strings, hashes, lists, sets, and streams. It functions as a comprehensive administration tool, acting as a performance monitor, a pub/sub client, and a web dashboard for monitoring Redis activity. The project distinguishes itself through advanced data visualization and debugging capabilities, including the ability to organize keys into a hierarchical tree structure using custom delimiters. It supports the decoding and decompression of stored values through built-in methods o

      Vuegogolangicon-pack
      View on GitHub↗12,899
    • joeferner/redis-commanderjoeferner avatar

      joeferner/redis-commander

      3,961View on GitHub↗

      Redis Commander is a web-based management interface and graphical user interface for Redis databases. It serves as an administration tool for monitoring server configurations and managing data across multiple instances. The tool provides a visual key browser that organizes data into a hierarchical tree view and includes a key-value inspector with pagination for large datasets. It also features a browser-based command line interface with tab completion for executing raw database commands. Connectivity is supported for various deployment modes, including standalone servers, sentinel setups, an

      JavaScript
      View on GitHub↗3,961
    • apache/kvrocksapache avatar

      apache/kvrocks

      4,338View on GitHub↗

      Kvrocks is a distributed key-value store and Redis-compatible NoSQL database. It utilizes a RocksDB storage engine to provide disk-based persistence, allowing for high-capacity data storage with reduced memory costs compared to in-memory systems. The system functions as a vector database and full-text search engine, supporting nearest-neighbor searches on vector embeddings and complex document queries via text matching. It employs a proxyless cluster architecture with slot-based routing to distribute data and scale capacity across multiple nodes. The platform covers a wide range of data mana

      C++databasedistributedkv
      View on GitHub↗4,338
    See all 30 alternatives to Redis Manager→

    Curated searches featuring Redis Manager

    Hand-picked collections where Redis Manager appears.
    • Key-value store