Redis
class Redis (View source)
Methods
static Redis
getInstance()
Get the Redis Store instance
mixed
__construct(array $config)
RedisAdapter constructor.
static void
ping(string|null $message = null)
Ping the redis service
mixed
set(string $key, mixed $data, ?int $time = null)
No description
mixed
get(string $key, mixed $default = null)
No description
Details
static Redis
getInstance()
Get the Redis Store instance
mixed
__construct(array $config)
RedisAdapter constructor.
static void
ping(string|null $message = null)
Ping the redis service
mixed
set(string $key, mixed $data, ?int $time = null)
No description
mixed
get(string $key, mixed $default = null)
No description
Redis
getClient()
No description