let KVInterface extends CacheInterface

This commit is contained in:
crazywhalecc
2023-01-13 14:19:20 +08:00
parent 2c7b4c79a1
commit 7c39a7fe39
4 changed files with 10 additions and 3 deletions

View File

@@ -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;