|
@@ -576,6 +576,7 @@ class Redis extends Storage
|
|
public function keys($key)
|
|
public function keys($key)
|
|
{
|
|
{
|
|
$key = $this->prefix . $key;
|
|
$key = $this->prefix . $key;
|
|
|
|
+ var_dump($key);
|
|
return $this->resource->keys($key);
|
|
return $this->resource->keys($key);
|
|
}
|
|
}
|
|
|
|
|