Extension::RedisClientLPushX Method
Syntax
.LPushX as Extension::RedisResult (key as C, value as A)
Arguments
- key
Character
- value
Any type
Description
LPushX Command. Prepend a value to a list, only if the list exists.
Syntax
Arguments
Character
Any type
Description
LPushX Command. Prepend a value to a list, only if the list exists.