Redis Strings - get redis string (Expression) — SkRedis

Addon: SkRedis · Category: Expression · Since: 1.0.0

Syntax

redis string %string%

Description

Returns the string stored in Redis.

Examples

set {_string} to redis string "myString"
broadcast "Value: %{_string}%"

View source