Redis Explorer
Connect to a Redis server and browse keys — scan by pattern, view values by type, set, delete and run raw commands.
Overview
A web-based Redis client. Connect to Redis (or a compatible server such as Valkey / KeyDB / a managed Redis) with host, port, password and TLS, then scan keys by glob pattern, inspect values type-aware (strings, lists, sets, hashes and sorted sets), see each key's TTL, set string values, delete keys and run raw Redis commands like a mini redis-cli. Signed in, you can reach private / LAN / localhost servers and save connections that sync across devices — the password is encrypted at rest with AES-GCM. Signed out, the connection is one-time, public-host only, and never stored.