Skip to main content

Redis Command Builder

v1.1.1

Build Redis commands interactively for strings, hashes, lists, sets, sorted sets, and more.

Builds Redis commands interactively for strings, hashes, lists, sets, sorted sets, streams, and pub/sub — select the data structure, pick the command, and fill in the arguments.

How to use
  • Select a data type from the sidebar to see its available commands.
  • Fill in key name and command arguments; the full Redis command is shown.
  • Copy the command for use in redis-cli, RedisInsight, or your application's client.
Set the string value of a key
key
value