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