interface Database (View source)

Methods

mixed
command( string $method, array $parameters = array())

Run a command against the Redis database.

Details

at line line 14
mixed command( string $method, array $parameters = array())

Run a command against the Redis database.

Parameters

string $method
array $parameters

Return Value

mixed