Redis Lists - add value to redis list (Effect) — SkRedis

Addon: SkRedis · Category: Effect · Since: 1.0.0

Syntax

add %strings% to redis (list|array) %string%

Description

Adds a value to a specific list stored in Redis

Examples

add "Hello" to redis list "myList"

View source