Visual builder and reference for Redis data structures

SET

Strings

Set the string value of a key

Select a command to begin

Generated Command

SET mykey "Hello World"
redis-cli
127.0.0.1:6379> SET mykey "Hello" EX 3600
OK