PHP 클래스 RedisObjectCache_CLI_Commands

상속: extends WP_CLI_Command
파일 보기 프로젝트 열기: tillkruss/redis-object-cache

공개 메소드들

메소드 설명
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 ( )