RedisProxy
class RedisProxy
Methods
| __construct(Redis $redis, Closure $initializer) | |
| __call($method, array $args) | |
| hscan($strKey, $iIterator, $strPattern = null, $iCount = null) | |
| scan($iIterator, $strPattern = null, $iCount = null) | |
| sscan($strKey, $iIterator, $strPattern = null, $iCount = null) | |
| zscan($strKey, $iIterator, $strPattern = null, $iCount = null) | |
Details
__construct(Redis $redis, Closure $initializer)
Parameters
__call($method, array $args)
Parameters
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 | |