PHP 인터페이스 Predis\Command\PrefixableCommandInterface

저자: Daniele Alessandri ([email protected])
상속: extends Predis\Command\CommandInterface
파일 보기 프로젝트 열기: tillkruss/redis-object-cache

공개 메소드들

메소드 설명
prefixKeys ( string $prefix ) Prefixes all the keys found in the arguments of the command.

메소드 상세

prefixKeys() 공개 메소드

Prefixes all the keys found in the arguments of the command.
public prefixKeys ( string $prefix )
$prefix string String used to prefix the keys.