kevy

LINDEX

Return the element at the given list index.

構文LINDEX key index
グループlist
引数の数3
導入バージョン1.0.0
フラグreadonly
計算量O(1) — the list is a VecDeque, so an index is a direct offset (Redis's quicklist is O(N))
Redis 互換性full

← すべてのコマンド