Redis Hashes - get value of field in redis hash (Expression) — SkRedis

Addon: SkRedis · Category: Expression · Since: 1.0.0

Syntax

value of field %string% in redis (hash|value) %string%

Description

Returns the value of a field stored in a hash that is stored Redis.

Examples

set {_value} to value of field "myField" in redis hash "myHash"
broadcast "Value: %{_value}%"

View source