Redis Hashes - get all field values of redis hash (Expression) — SkRedis

Addon: SkRedis · Category: Expression · Since: 1.0.0

Syntax

all field values of redis hash %string%

Description

Returns all field values of a hash stored in Redis.

Examples

set {_values::*} to all field values of redis hash "myHash"
loop {_values::*}:
	broadcast "Value: %loop-value%"

View source