kvweb
Open Source Web GUI for Valkey & Redis
Quick Start
Download the latest binary from GitHub Releases, extract, and add to your PATH.
kvweb Open http://localhost:8080 in your browser.
Go backend with embedded Svelte frontend from a single binary. Works with Valkey and Redis, local or remote.
Browse & Edit Every Data Type
Each data type gets its own editor: strings, hashes, lists, sets, sorted sets, streams, HyperLogLog, and geospatial indexes. Rename hash fields, adjust sorted set scores, append to streams, view geo members on an interactive map. Compressed values (gzip, zstd) are auto-detected, decompressed for display, and re-compressed on save. JSON values get syntax highlighting with a compact/formatted toggle.
Search, Filter & Explore Keys
Browse keys with glob or regex search, filter by type, sort by name, type, TTL, or memory usage. View hierarchical keys as a tree or a flat list. Select multiple keys for bulk delete. A built-in command console lets you run ad-hoc Valkey commands without leaving the browser.
Live Updates & Flexible Configuration
Live updates via WebSocket keyspace notifications show changes as they happen. Light and dark themes with system preference detection. Read-only mode disables all writes. Prefix filtering restricts which keys are visible.