class RedisProxy

Methods

__construct(Redis $redis, Closure $initializer)

No description

__call($method, array $args)

No description

hscan($strKey, $iIterator, $strPattern = null, $iCount = null)

No description

scan($iIterator, $strPattern = null, $iCount = null)

No description

sscan($strKey, $iIterator, $strPattern = null, $iCount = null)

No description

zscan($strKey, $iIterator, $strPattern = null, $iCount = null)

No description

Details

__construct(Redis $redis, Closure $initializer)

Parameters

Redis $redis
Closure $initializer

__call($method, array $args)

Parameters

$method
array $args

hscan($strKey, $iIterator, $strPattern = null, $iCount = null)

Parameters

$strKey
$iIterator
$strPattern
$iCount

scan($iIterator, $strPattern = null, $iCount = null)

Parameters

$iIterator
$strPattern
$iCount

sscan($strKey, $iIterator, $strPattern = null, $iCount = null)

Parameters

$strKey
$iIterator
$strPattern
$iCount

zscan($strKey, $iIterator, $strPattern = null, $iCount = null)

Parameters

$strKey
$iIterator
$strPattern
$iCount