Method |
Description |
|
__construct ( string $prefix ) |
|
|
__toString ( ) |
|
|
all ( Predis\Command\CommandInterface $command, string $prefix ) |
Applies the specified prefix to all the arguments. |
|
evalKeys ( Predis\Command\CommandInterface $command, string $prefix ) |
Applies the specified prefix to the keys of an EVAL-based command. |
|
first ( Predis\Command\CommandInterface $command, string $prefix ) |
Applies the specified prefix only the first argument. |
|
georadius ( Predis\Command\CommandInterface $command, string $prefix ) |
Applies the specified prefix to the key of a GEORADIUS command. |
|
getPrefix ( ) : string |
Gets the current prefix. |
|
interleaved ( Predis\Command\CommandInterface $command, string $prefix ) |
Applies the specified prefix only to even arguments in the list. |
|
migrate ( Predis\Command\CommandInterface $command, string $prefix ) |
Applies the specified prefix to the key of a MIGRATE command. |
|
process ( Predis\Command\CommandInterface $command ) |
|
|
setCommandHandler ( string $commandID, mixed $callback = null ) |
Sets an handler for the specified command ID. |
|
setPrefix ( string $prefix ) |
Sets a prefix that is applied to all the keys. |
|
skipFirst ( Predis\Command\CommandInterface $command, string $prefix ) |
Applies the specified prefix to all the arguments but the first one. |
|
skipLast ( Predis\Command\CommandInterface $command, string $prefix ) |
Applies the specified prefix to all the arguments but the last one. |
|
sort ( Predis\Command\CommandInterface $command, string $prefix ) |
Applies the specified prefix to the keys of a SORT command. |
|
zsetStore ( Predis\Command\CommandInterface $command, string $prefix ) |
Applies the specified prefix to the keys of Z[INTERSECTION|UNION]STORE. |
|