mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 16:15:34 +08:00
let KVInterface extends CacheInterface
This commit is contained in:
@@ -7,7 +7,7 @@ namespace ZM\Store\KV\Redis;
|
||||
use Psr\SimpleCache\CacheInterface;
|
||||
use ZM\Store\KV\KVInterface;
|
||||
|
||||
class KVRedis implements CacheInterface, KVInterface
|
||||
class KVRedis implements KVInterface
|
||||
{
|
||||
private string $pool_name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user