Skip to content

Introduction

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.


Valkey Admin Dashboard showing cluster metrics, node status, and real-time performance indicators

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


Hot Keys

Hot keys monitoring showing most frequently accessed keys

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

Slow Logs

Slow log viewer displaying commands exceeding execution threshold

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

Large Requests

Large request monitoring showing oversized command payloads

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

Large Replies

Large reply monitoring showing oversized response data

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.

View license details →