Exemplo n.º 1
0
<?php

$cache = \Swoole\Factory::getCache('master');
Exemplo n.º 2
0
<?php

$cache = \Swoole\Factory::getCache('session');
$session = new Swoole\Session($cache);