RedisHandler.php
system/Cache/Handlers/RedisHandler.php
1 class
13 methods
class RedisHandler
Redis cache handler
__construct
(Cache $config)
__destruct
()
initialize
()
get
(string $key)
save
(string $key, $value, int $ttl = 60)
delete
(string $key)
deleteMatching
(string $pattern)
increment
(string $key, int $offset = 1)
decrement
(string $key, int $offset = 1)
clean
()
getCacheInfo
()
getMetaData
(string $key)
isSupported
()