Redis
Redis support is available through the Redis database provider.
Connect to Redis
Install the Redis provider from Settings > Extensions, then use Database: Connect to Database from the command palette or create a saved connection in Settings > Database.
The default Redis port is 6379.
What You Can Do
- Scan keys by pattern
- Inspect key type, TTL, and value data
- Edit values where supported
- Delete keys where supported
- View server information when available
Notes
Redis is key-value based, so the viewer is organized around key scanning and selected key details instead of table browsing.