kevy

LINDEX

Return the element at the given list index.

SyntaxLINDEX key index
Grouplist
Arity3
Since1.0.0
Flagsreadonly
ComplexityO(1) — the list is a VecDeque, so an index is a direct offset (Redis's quicklist is O(N))
Redis compatibilityfull

← All commands