Extension::RedisClientLSet Method
Syntax
.LSet as Extension::RedisResult (key as C, index as N, value as A)
Arguments
- key
Character
- index
Numeric
- value
Any type
Description
LSet Command. Set the value of an element in a list by its index.
Syntax
Arguments
Character
Numeric
Any type
Description
LSet Command. Set the value of an element in a list by its index.