Redis Strings - delete redis string (Effect) — SkRedis

Addon: SkRedis · Category: Effect · Since: 1.0.0

Syntax

delete redis string %string%

Description

Deletes the given string from Redis.

Examples

delete redis string "myString"

View source