Example #1
0
 public function unPublish(Model $model)
 {
     return $this->client->zrem($this->getKey($model->getCacheableKey()), $model->getKey());
 }