protected function cleanKeys()
 {
     $client = new Client(array('host' => 'localhost'));
     $client->createConnection();
     $client->flushAll();
 }