Method | Description | |
---|---|---|
filter ( Predis\Configuration\OptionsInterface $options, $value ) | ||
getDefault ( Predis\Configuration\OptionsInterface $options ) |
Method | Description | |
---|---|---|
setProcessors ( Predis\Configuration\OptionsInterface $options, Predis\Profile\ProfileInterface $profile ) | Sets the commands processors that need to be applied to the profile. |
public filter ( Predis\Configuration\OptionsInterface $options, $value ) | ||
$options | Predis\Configuration\OptionsInterface |
public getDefault ( Predis\Configuration\OptionsInterface $options ) | ||
$options | Predis\Configuration\OptionsInterface |
protected setProcessors ( Predis\Configuration\OptionsInterface $options, Predis\Profile\ProfileInterface $profile ) | ||
$options | Predis\Configuration\OptionsInterface | Client options. |
$profile | Predis\Profile\ProfileInterface | Server profile. |