public function flushKey($key) { $key = new Key($this->predis, $key); $key->setKeyPrefix($this->keyPrefix); $key->flush(); }