kevy
ホーム
ドキュメント
コマンド
EN
中文
日本語
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
← すべてのコマンド