mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Resolve #792
This commit is contained in:
parent
a83cb9150e
commit
75b59322ad
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class Redis implements \MailSo\Cache\DriverInterface
|
||||||
|
|
||||||
$this->sKeyPrefix = empty($sKeyPrefix)
|
$this->sKeyPrefix = empty($sKeyPrefix)
|
||||||
? $sKeyPrefix
|
? $sKeyPrefix
|
||||||
: \preg_replace('/[^a-zA-Z0-9_]/', '_', rtrim(trim($this->sKeyPrefix), '\\/')) . '/';
|
: \preg_replace('/[^a-zA-Z0-9_]/', '_', rtrim(trim($sKeyPrefix), '\\/')) . '/';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function Set(string $sKey, string $sValue) : bool
|
public function Set(string $sKey, string $sValue) : bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue