kevy

BLPOP

Blocking left pop across one or more lists (effect logged as LPOP).

構文BLPOP key [key ...] timeout
グループlist
引数の数-3
導入バージョン1.0.0
フラグwrite, blocking
計算量O(1) to serve; the park is O(1) and waiters are woken FIFO per key
Redis 互換性differs: on a multi-shard server the multi-key form does not honour Redis's left-to-right key priority — keys on the connection's own shard are served before remote ones

← すべてのコマンド