Send Command
The Send Command interface provides a powerful terminal-like environment for executing Valkey commands directly against your cluster.
Overview
Section titled “Overview”Execute any Valkey command with syntax highlighting and command history.

Basic Usage
Section titled “Basic Usage”Executing Commands
Section titled “Executing Commands”Type commands exactly as you would in valkey-cli:
GET mykeySET mykey "Hello World"HGETALL user:1001LPUSH mylist "item1" "item2"Press Enter to execute. Results are displayed below the command input.
Features
Section titled “Features”Response View
Section titled “Response View”Commands are highlighted for better readability:
- Search: Search command response
- Copy: Copy command response
- Values: White
- Keys: Gray
Command History
Section titled “Command History”Navigate through previously executed commands:
- Search: Search previously executed commands
- Copy: Copy command
- Run: Run the command again
- Compare: Compare the results two commands
Next Steps
Section titled “Next Steps”- Browse keys with the Key Browser
- Monitor command performance in Activity
- Understand cluster layout in Cluster Topology