spop

SPOP

SPOP key [count]

Removes and returns one or more random elements from the set value store at key.

This operation is similar to SRANDMEMBER, that returns one or more random elements from a set but does not remove it.

The count argument is available since version 3.2.

Return value

Bulk string reply: the removed element, or nil when key does not exist.

Examples

redis> SADD myset "one" (integer) 1 redis> 登录查看完整内容