Jamm\Memory\IRedisServer::BRPopLPush PHP Метод

BRPopLPush() публичный Метод

Pop a value from a list, push it to another list and return it; or block until one is available
public BRPopLPush ( $source, $destination, $timeout ) : string | boolean
$source
$destination
$timeout
Результат string | boolean
    public function BRPopLPush($source, $destination, $timeout);