PHP Class PHPDaemon\Clients\Redis\AutoScan

Author: Efimenko Dmitriy ([email protected])
Inheritance: use trait PHPDaemon\Traits\ClassWatchdog, use trait PHPDaemon\Traits\StaticObjectWatchdog
Exibir arquivo Open project: kakserpom/phpdaemon

Protected Properties

Property Type Description
$args
$cb
$cbEnd
$cmd
$conn
$cursor
$isFreeze
$limit
$num

Public Methods

Method Description
__construct ( Pool $pool, string $cmd, array $args = [], cllable $cbEnd = null, integer $limit = false ) Constructor
freeze ( )
reset ( )
run ( )

Protected Methods

Method Description
doIteration ( )

Method Details

__construct() public method

Constructor
public __construct ( Pool $pool, string $cmd, array $args = [], cllable $cbEnd = null, integer $limit = false )
$pool Pool Redis pool or connection
$cmd string Command
$args array Arguments
$cbEnd cllable Callback
$limit integer Limit

doIteration() protected method

protected doIteration ( )

freeze() public method

public freeze ( )

reset() public method

public reset ( )

run() public method

public run ( )

Property Details

$args protected_oe property

protected $args

$cb protected_oe property

protected $cb

$cbEnd protected_oe property

protected $cbEnd

$cmd protected_oe property

protected $cmd

$conn protected_oe property

protected $conn

$cursor protected_oe property

protected $cursor

$isFreeze protected_oe property

protected $isFreeze

$limit protected_oe property

protected $limit

$num protected_oe property

protected $num