Log DB
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<?php
|
||||
namespace Incoviba\Service;
|
||||
|
||||
use Predis\Client;
|
||||
use Predis\ClientInterface;
|
||||
use Incoviba\Common\Implement\Exception\EmptyRedis;
|
||||
|
||||
class Redis
|
||||
{
|
||||
public function __construct(protected Client $client) {}
|
||||
public function __construct(protected ClientInterface $client) {}
|
||||
|
||||
public function get(string $name): mixed
|
||||
{
|
||||
|
Reference in New Issue
Block a user