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

Addon: SkRedis · Category: Expression · Since: 1.0.0

Syntax

all field names of redis hash %string%

Description

Returns all field names of a hash stored in Redis.

Examples

set {_fields::*} to all field names of redis hash "myHash"
loop {_fields::*}:
	broadcast "Field: %loop-value%"

View source