Redis Explorer

Connect to a Redis server and browse keys — scan by pattern, view values by type, set, delete and run raw commands.

New connection

🔒 This connection is one-time and is never stored. Sign in to reach private / LAN / localhost servers and save connections (encrypted).

About this tool

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.

Frequently asked questions

Are my credentials stored?

Only if you're signed in and choose to save a connection — and then the password is encrypted at rest with AES-GCM. Signed out, the connection is one-time and is never written to the database.

Can I connect to a Redis on my home or office network?

Yes, once you're signed in. Anonymous visitors can only reach public, internet-routable hosts; signed-in users can also reach private, LAN and localhost addresses.

Which data types can I view?

Strings, lists, sets, hashes and sorted sets (with scores), plus each key's TTL. Large collections are shown as a capped preview. You can set string values, delete keys and run raw commands for anything else.

An unhandled error has occurred. Reload ×