Method |
Description |
|
add ( string $key, string $value, integer $exp, callable $onResponse = null ) : void |
Adds the key |
|
append ( string $key, string $value, integer $exp, callable $onResponse = null ) : void |
Appends a string to the key's value |
|
delete ( string $key, callable $onResponse = null, integer $time ) : void |
Deletes the key |
|
get ( string $key, callable $onResponse ) : void |
Gets the key |
|
prepend ( string $key, string $value, integer $exp, callable $onResponse = null ) : void |
Prepends a string to the key's value |
|
replace ( string $key, string $value, integer $exp, callable $onResponse = null ) : void |
Replaces the key |
|
set ( string $key, string $value, integer $exp, callable $onResponse = null ) : void |
Sets the key |
|
stats ( callable $onResponse, string $server = null ) : void |
Gets a statistics |
|