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
| 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 |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Cache/Traits/RedisProxy.html