PHP 인터페이스 Predis\Protocol\RequestSerializerInterface

저자: Daniele Alessandri ([email protected])
파일 보기 프로젝트 열기: tillkruss/redis-object-cache

공개 메소드들

메소드 설명
serialize ( Predis\Command\CommandInterface $command ) : string Serializes a Redis command.

메소드 상세

serialize() 공개 메소드

Serializes a Redis command.
public serialize ( Predis\Command\CommandInterface $command ) : string
$command Predis\Command\CommandInterface Redis command.
리턴 string