Command
SET key value
Explanation
Sets the string value of a key. Basic operation for storing data.
Examples
Set name to John
SET name "John"
Set numeric value
SET counter 100
SET key value
Sets the string value of a key. Basic operation for storing data.
Set name to John
SET name "John"
Set numeric value
SET counter 100