AbstractIndex
in package
AbstractYes
Table of Contents
Properties
- $indexName : string
- $redis : Redis
Methods
- __construct() : mixed
- getIndexName() : string
- rawCommand() : mixed
Properties
$indexName
protected
string
$indexName
$redis
protected
Redis
$redis
Methods
__construct()
public
__construct(Redis $redis, string $indexName) : mixed
Parameters
- $redis : Redis
- $indexName : string
getIndexName()
public
getIndexName() : string
Return values
stringrawCommand()
protected
rawCommand(string $command[, array<string|int, mixed> $arguments = [] ]) : mixed
Parameters
- $command : string
- $arguments : array<string|int, mixed> = []