Property | Type | Description | |
---|---|---|---|
$_key | string | ||
$_service | string |
Method | Description | |
---|---|---|
__construct ( string | array | |
Redis constructor. | |
delete ( string $id ) | Delete content | |
exists ( string $id ) : boolean | Check if id exists | |
get ( string $id ) : string | false | Fetch content | |
set ( string $id, string $value ) : void | Caches content | |
setDependencyInjector ( ManaPHP\DiInterface $dependencyInjector ) : static |
public __construct ( string | array | |
||
$options | string | array | |
public setDependencyInjector ( ManaPHP\DiInterface $dependencyInjector ) : static | ||
$dependencyInjector | ManaPHP\DiInterface | |
return | static |