\Imi\RedisTFixSwoole

Summary

Methods
Properties
Constants
scan()
sscan()
object()
sort()
migrate()
hscan()
zscan()
No public properties found
No constants found
xxxScan()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

scan()

scan(integer|null  $i_iterator, string  $str_pattern = null, integer  $i_count = null) : array|boolean

scan

Parameters

integer|null $i_iterator
string $str_pattern
integer $i_count

Returns

array|boolean

sscan()

sscan(string  $str_key, integer|null  $i_iterator, string  $str_pattern = null, integer  $i_count = null) : array|boolean

sscan

Parameters

string $str_key
integer|null $i_iterator
string $str_pattern
integer $i_count

Returns

array|boolean

object()

object(string  $field, string  $key) : string

object

Parameters

string $field
string $key

Returns

string

sort()

sort(string  $key, array  $options = null) : void

sort

Parameters

string $key
array $options

migrate()

migrate(string  $host, integer  $port, string  $key, integer  $db, integer  $timeout, boolean|null  $copy = null, boolean|null  $replace = null) : void

migrate

Parameters

string $host
integer $port
string $key
integer $db
integer $timeout
boolean|null $copy
boolean|null $replace

hscan()

hscan(string  $str_key, integer|null  $i_iterator, string  $str_pattern = null, integer  $i_count = null) : array|boolean

hscan

Parameters

string $str_key
integer|null $i_iterator
string $str_pattern
integer $i_count

Returns

array|boolean

zscan()

zscan(string  $str_key, integer|null  $i_iterator, string  $str_pattern = null, integer  $i_count = null) : array|boolean

zscan

Parameters

string $str_key
integer|null $i_iterator
string $str_pattern
integer $i_count

Returns

array|boolean

xxxScan()

xxxScan(string  $method, string  $str_key, integer|null  $i_iterator, string  $str_pattern = null, integer  $i_count = null) : array|boolean

sscan/hscan/zscan

Parameters

string $method
string $str_key
integer|null $i_iterator
string $str_pattern
integer $i_count

Returns

array|boolean