public function decr($key, $value = 1)
 {
     return $this->writeStore->decr($key, $value);
 }