Redis LiveLive Redis state updates in under 1 second. See exactly what your code changed in real time. Terminal, key explorer, diff timeline, and code detective in one sidebar panel. Supports TLS, multiple connections, and all Redis data types. No backend server required.
Why Redis Live?Every other Redis extension for VS Code was built between 2018 and 2021 and has been abandoned since. They show you keys. They don't show you what changed. Redis Live is built for the workflow that actually matters: you write code, you run it, and you need to see what it did to Redis, without leaving VS Code. Features⚡ Live state panelAll your Redis keys, updating automatically in real time. Keys flash green when added, yellow when modified. No manual refresh. No browser tab. Just your keys, right there. 🖥 Terminal with syntax highlightingType any Redis command directly in the sidebar. All 200+ commands supported. Commands are color-coded as you type - keywords, keys, values, numbers, and flags each get their own color. ❯ SET session:abc "user:john" EX 3600 "OK" 12ms ❯ HSET cart:john items "product:1001" total 89.99 2 8ms 📊 Diff timelineEvery Redis state change is recorded. Commands you ran are labeled by name. Changes from other processes show as "external change." See exactly what changed, when, and how many keys were affected. 💾 Save-diffSave a file → Redis Live captures your Redis state before and after → shows exactly which keys your code changed as a result. No other tool on earth connects your code saves to your Redis state changes. This is the feature that makes Redis Live irreplaceable once you've used it. 🔍 Code detectiveOpen any file using a Redis client and Redis Live highlights the matching keys in your state panel. Click Supports:
📖 Command referencePress 🔗 Multiple connections with TLSSave named connection profiles (local, staging, prod). Switch between them from the sidebar. Supports 🔎 Key filteringType any pattern in the state panel to filter your keys instantly. Getting startedZero-config local setupIf Redis is running locally, Redis Live connects automatically on startup. Nothing to configure.
With Docker
Open VS Code - Redis Live connects immediately. With a cloud instance (no local install needed)
Done. Takes under 2 minutes. Connection URL format
Examples:
Commands
Supported data types
Settings
Perfect for
Requirements
No backend server required. Redis Live connects directly to Redis using the battle-tested ChangelogSee CHANGELOG.md for full release history. LicenseMIT |