Redis Lists - delete entry with value from redis list (Effect) — SkRedis

Addon: SkRedis · Category: Effect · Since: 1.0.1

Syntax

delete entry with value %string% from redis (list|array) %string%

Description

Deletes the entry with the given value from the list stored in Redis.

Examples

delete entry with value "myValue" from redis list "myList"

View source