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

← 全部命令