link
redis/set

Set Key Value

Set string value

string
basic

Command

SET key value

Examples

Set name to John

SET name "John"

Set numeric value

SET counter 100