__call()
__construct()
__destruct()
execute()
forge()
instance()
pipeline()
psubscribe()
readResponse()
$connection
$instances
$pipelined
$queue
Redisent, a Redis interface for the modest among us
__call($name, $args) : \Fuel\Core\Redis_Db | array
fluent | This method is part of a fluent interface and will return the same instance |
---|
\RedisException |
---|
\Fuel\Core\Redis_Db
array
__construct(array $config)
__destruct()
execute()
see | \Fuel\Core\pipeline |
---|
forge(string $name, array $config) : mixed
instance(string $name) : mixed
pipeline()
Redis commands can now be chained, and the array of the responses will be returned when execute is called.
see | \Fuel\Core\execute |
---|
psubscribe(string $pattern, callable $callback)
It allows you to listen, and have the callback called for every response.
string
pattern to subscribe to
callable
callback, to process the responses
\RedisException |
if writing the command failed |
---|
readResponse()
$connection : resource
$instances
$pipelined : boolean
$queue : array