public function getKeysMatchingPattern($pattern)
 {
     $this->connectIfNeeded();
     return $this->redis->keys($pattern);
 }