PHP Класс RedisObjectCache_CLI_Commands

Наследование: extends WP_CLI_Command
Показать файл Открыть проект

Открытые методы

Метод Описание
disable ( ) Disables the Redis object cache.
enable ( ) Enables the Redis object cache.
status ( ) Show the Redis object cache status and (when possible) client.
update_dropin ( ) Updates the Redis object cache drop-in.

Описание методов

disable() публичный Метод

Default behavior is to delete the object cache drop-in, unless an unknown object cache drop-in is present. ## EXAMPLES wp redis disable
public disable ( )

enable() публичный Метод

Default behavior is to create the object cache drop-in, unless an unknown object cache drop-in is present. ## EXAMPLES wp redis enable
public enable ( )

status() публичный Метод

## EXAMPLES wp redis status
public status ( )

update_dropin() публичный Метод

Default behavior is to overwrite any existing object cache drop-in. ## EXAMPLES wp redis update-dropin
public update_dropin ( )