Phalcon\Test\Session\Adapter\AerospikeTest::getConfig PHP Method

getConfig() private method

private getConfig ( )
    private function getConfig()
    {
        return ['hosts' => [['addr' => TEST_AS_HOST, 'port' => TEST_AS_PORT]], 'persistent' => false, 'namespace' => $this->ns, 'set' => $this->set, 'prefix' => '', 'lifetime' => 10, 'uniqueId' => 'some-unique-id', 'options' => [\Aerospike::OPT_CONNECT_TIMEOUT => 1250, \Aerospike::OPT_WRITE_TIMEOUT => 1500]];
    }