Exemplo n.º 1
0
 public function getKeysMatchingPattern($pattern)
 {
     $this->connectIfNeeded();
     return $this->redis->keys($pattern);
 }