kevy

RPOP

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

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

← 全部命令