Skip to content

Send Command

The Send Command interface provides a powerful terminal-like environment for executing Valkey commands directly against your cluster.

Execute any Valkey command with syntax highlighting and command history.

Send Command interface

Type commands exactly as you would in valkey-cli:

GET mykey
SET mykey "Hello World"
HGETALL user:1001
LPUSH mylist "item1" "item2"

Press Enter to execute. Results are displayed below the command input.

Commands are highlighted for better readability:

  • Search: Search command response
  • Copy: Copy command response
  • Values: White
  • Keys: Gray

Navigate through previously executed commands:

  • Search: Search previously executed commands
  • Copy: Copy command
  • Run: Run the command again
  • Compare: Compare the results two commands