Extension::RedisClientLInsert Method
Syntax
.LInsert as Extension::RedisResult (key as C, find as A, value as A [, before as L])
Arguments
- key
Character
- find
Any type
- value
Any type
- before
Logical
Description
LInsert Command. Inserts a value index a list after (or before) the item in find.