kevy

LPOP

Pop one or more elements from the head of a list.

语法LPOP key [count]
分组list
参数个数-2
起始版本1.0.0
标志write
复杂度O(C) elements popped
Redis 兼容性differs: LPOP key 0 on an existing key replies a nil array where Redis replies an empty array

← 全部命令