Dashboard
Real-time metrics including memory usage, CPU, connected clients, hit ratio, and command throughput.
Valkey Admin is an open-source observability and management tool from the Valkey project that brings cluster visibility, data inspection, and troubleshooting into a single view. It ships as a native desktop application for macOS and Linux, and as a containerized web deployment on Docker and Kubernetes. Valkey Admin provides real-time cluster dashboards, topology visualization with per-node metrics, a key browser, hot key identification, and COMMANDLOG aggregated across the cluster.
Dashboard
Real-time metrics including memory usage, CPU, connected clients, hit ratio, and command throughput.
Key Browser
Browse, search, inspect, and edit keys across all data types (String, Hash, List, Set, Sorted Set, Stream, JSON).
Send Command
Execute Valkey commands with response formatting and command history.
Cluster Topology
Visual map of shards, primaries, and replicas with per-node metrics.
Hot Keys Monitoring
Identify frequently accessed keys across all cluster nodes.
Command Logs
View slow commands, large requests, and large replies aggregated across the cluster.

Real-time cluster monitoring with metrics for memory, CPU, connections, and throughput across all nodes.

Powerful key management with pattern matching, type filtering, and support for all data structures (strings, hashes, lists, sets, sorted sets, streams).

User friendly Send Command with syntax highlighting, response searching and command history.

Visual cluster topology displaying primary-replica relationships, slot assignments, and node connection status.
Hot Keys

Track the most accessed keys in real-time to identify potential bottlenecks and optimize data distribution.
Slow Logs

Monitor slow logs with detailed timing information to optimize performance-critical operations.
Large Requests

Detect large request payloads that may impact network performance and cause blocking operations.
Large Replies

Identify commands returning large responses to optimize queries and reduce network overhead.
Valkey Admin is released under the Apache License 2.0 - free for commercial and personal use.