Extension::RedisClientBRPop Method
Syntax
.BRPop as Extension::RedisResult (key1 as C [, timeout as N [, key2 as C [, key3 as C]]])
Arguments
- key1
Character
- timeout
Numeric
- key2
Character
- key3
Character
Description
BRPop Command. returns last element and removes or block until one is available.