use Phalcon\Annotations\Adapter\Aerospike;
$annotations = new Aerospike([
'hosts' => [
['addr' => '127.0.0.1', 'port' => 3000]
],
'persistent' => true,
'namespace' => 'test',
'prefix' => 'annotations_',
'lifetime' => 8600,
'options' => [
\Aerospike::OPT_CONNECT_TIMEOUT => 1250,
\Aerospike::OPT_WRITE_TIMEOUT => 1500
]
]);
파일 보기
프로젝트 열기: phalcon/incubator
1 사용 예제들
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$aerospike | |||
$namespace | string | Default Aerospike namespace | |
$set | string | The Aerospike Set for store sessions |
메소드 | 설명 | |
---|---|---|
__construct ( array $options = [] ) |
메소드 | 설명 | |
---|---|---|
getCacheBackend ( ) : |
||
prepareKey ( string $key ) : string |
protected getCacheBackend ( ) : |
||
리턴 |
protected Aerospike,Phalcon\Cache\Backend $aerospike | ||
리턴 |