kevy

LSET

Set the list element at the given index.

SyntaxLSET key index element
Grouplist
Arity4
Since1.0.0
Flagswrite
ComplexityO(1) — a direct index write (Redis is O(N) for a mid-list index)
Redis compatibilityfull

← All commands