SET
StringsSet 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