public __construct(Logger $log, bool $persistent = false, ?int $compactTime): void
Parameter | Type | Description |
---|
$log | Logger | |
$persistent | bool | |
$compactTime | int | |
public expireKeys(): void
public touch(string $namespace, string $key): void
Parameter | Type | Description |
---|
$namespace | string | |
$key | string | |
public process(Client $client, string $command, mixed $payload): ?bool
Parameter | Type | Description |
---|
$client | Client | |
$command | string | |
$payload | mixed | |
public get(Client $client, mixed $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | mixed | |
$namespace | string | |
public set(Client $client, mixed $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | mixed | |
$namespace | string | |
public has(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public del(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public (Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public clear(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public pull(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public push(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public pop(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public shift(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public unshift(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public count(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public incr(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public decr(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public keys(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
public values(Client $client, \stdClass $payload, string $namespace): bool
Parameter | Type | Description |
---|
$client | Client | |
$payload | \stdClass | |
$namespace | string | |
Generated by Hazaar API Doc Generator