List
LSET
Set a value at a specific index.
Arguments
The key of the list.
At which index to set the value.
The value to set.
Response
Returns True
if the index was in range and the value was set.
Was this page helpful?
Set a value at a specific index.
The key of the list.
At which index to set the value.
The value to set.
Returns True
if the index was in range and the value was set.
Was this page helpful?