Redis Hashes - set redis hash field (Effect) — SkRedis
Addon: SkRedis · Category: Effect · Since: 1.0.0
Syntax
set [hash] field %string% to %string% in [redis] (hash|value) %string%Description
Sets the given hash field to a value in a hash stored in Redis.
Examples
set field "Foo" to "Bar" in redis hash "Foobar"