Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>BetterDB for ValkeyNew to Visual Studio Code? Get it now.
BetterDB for Valkey

BetterDB for Valkey

BetterDB

|
12 installs
| (2) | Free
Lightweight Valkey database management - connection manager, key browser, and integrated CLI
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BetterDB for Valkey

Lightweight Valkey database management for VS Code

VS Code Marketplace VS Code Installs Open VSX Downloads License: MIT

Browse keys, edit values, and run commands without leaving your editor.

BetterDB Overview


Features

Multi-Connection Management

Save and manage multiple Valkey/Redis connections. Credentials are stored securely using VS Code's SecretStorage API—never in plaintext config files.

Connection Manager

Key Browser

Scan and filter keys by pattern. See key types and TTL at a glance. Supports wildcard patterns like user:*, session:*, or *:cache.

Key Browser

Full CRUD Support

View and edit Valkey data types with type-specific editors:

Type View Edit Delete
String ✓ ✓ ✓
Hash ✓ ✓ ✓
List ✓ ✓ ✓
Set ✓ ✓ ✓
Sorted Set ✓ ✓ ✓
Stream ✓ — ✓

Key Editor

Integrated CLI

Execute commands directly with full output formatting. Command history persists across sessions.

  • Syntax highlighting for responses
  • Up/Down arrow for command history
  • Ctrl+A/E/U/K/W editing shortcuts
  • Tab completion (coming soon)

CLI

Secure by Default

  • Passwords stored in VS Code's SecretStorage
  • TLS/SSL connection support
  • No telemetry or data collection

Quick Start

  1. Install from the VS Code Marketplace
  2. Open the BetterDB panel in the Activity Bar (database icon)
  3. Click + to add a connection
  4. Enter your connection details and connect
  5. Start browsing keys

Alternative Installation (Cursor, VSCodium, etc.)

Download the .vsix file from GitHub Releases, then:

  • Cursor: code --install-extension betterdb-for-valkey.vsix
  • VSCodium: codium --install-extension betterdb-for-valkey.vsix
  • Or: Open the editor → Extensions → ... menu → "Install from VSIX..."

Connection Settings

Setting Description Default
Name Display name for the connection —
Host Server hostname or IP localhost
Port Server port 6379
Username ACL username (optional) —
Password Authentication password (optional) —
Database Database index 0
TLS Enable TLS/SSL encryption false

Commands

Access commands via the Command Palette (Ctrl+Shift+P / Cmd+Shift+P):

Command Description
BetterDB: Add Connection Add a new database connection
BetterDB: Connect Connect to a saved connection
BetterDB: Disconnect Disconnect from the current connection
BetterDB: Browse Keys Open the key browser
BetterDB: Filter Keys Filter keys by pattern
BetterDB: Refresh Keys Refresh the key list
BetterDB: Add Key Create a new key
BetterDB: Delete Key Delete the selected key
BetterDB: Open CLI Open the integrated CLI

Requirements

  • VS Code 1.85.0 or higher
  • Valkey 7.2+ or Redis 6.0+

Redis compatibility is maintained—BetterDB works with both Valkey and Redis servers.


Telemetry

This extension does not collect any telemetry or usage data.


Development

Want to contribute or run locally? See CONTRIBUTING.md for setup instructions.


Links

  • BetterDB Monitoring Platform — Full observability for Valkey
  • Report Issues
  • Valkey

License

MIT — See LICENSE for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft