use Phalcon\Annotations\Adapter\Redis;
$annotations = new Redis([
'lifetime' => 8600,
'host' => 'localhost',
'port' => 6379,
'prefix' => 'annotations_',
]);
파일 보기
프로젝트 열기: phalcon/incubator
1 사용 예제들
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$redis | Phalcon\Cache\Backend\Redis |
메소드 | 설명 | |
---|---|---|
__construct ( array $options = [] ) |
메소드 | 설명 | |
---|---|---|
getCacheBackend ( ) : Phalcon\Cache\Backend\Redis | ||
prepareKey ( string $key ) : string |
protected getCacheBackend ( ) : Phalcon\Cache\Backend\Redis | ||
리턴 | Phalcon\Cache\Backend\Redis |