kevy

LSET

Set the list element at the given index.

语法LSET key index element
分组list
参数个数4
起始版本1.0.0
标志write
复杂度O(1) — a direct index write (Redis is O(N) for a mid-list index)
Redis 兼容性full

← 全部命令