Exemplo n.º 1
0
 protected function tearDown()
 {
     $this->rediska->flushDb(true);
     foreach ($this->rediska->getConnections() as $connection) {
         $connection->disconnect();
     }
     $this->rediska = null;
 }