Campustream 1.0
A social network MQP for WPI
|
Public Member Functions | |
__construct (Client $redisClient, Array $options=null) | |
__call ($method, $arguments) | |
watch ($keys) | |
multi () | |
unwatch () | |
discard () | |
exec () | |
execute ($block=null) | |
__construct (Client $redisClient, Array $options=null) | |
__call ($method, $arguments) | |
watch ($keys) | |
multi () | |
unwatch () | |
discard () | |
exec () | |
execute ($block=null) | |
Data Fields | |
$_discarded | |
$_insideBlock | |
$_options | |
$_commands |
Definition at line 767 of file predis.php.
__construct | ( | Client $ | redisClient, |
Array $ | options = null |
||
) |
Definition at line 772 of file predis.php.
__construct | ( | Client $ | redisClient, |
Array $ | options = null |
||
) |
Definition at line 772 of file predis.php.
__call | ( | $ | method, |
$ | arguments | ||
) |
Definition at line 820 of file predis.php.
__call | ( | $ | method, |
$ | arguments | ||
) |
Definition at line 820 of file predis.php.
discard | ( | ) |
Definition at line 861 of file predis.php.
discard | ( | ) |
Definition at line 861 of file predis.php.
exec | ( | ) |
Definition at line 868 of file predis.php.
exec | ( | ) |
Definition at line 868 of file predis.php.
execute | ( | $ | block = null | ) |
Definition at line 872 of file predis.php.
execute | ( | $ | block = null | ) |
Definition at line 872 of file predis.php.
multi | ( | ) |
Definition at line 852 of file predis.php.
multi | ( | ) |
Definition at line 852 of file predis.php.
unwatch | ( | ) |
Definition at line 856 of file predis.php.
unwatch | ( | ) |
Definition at line 856 of file predis.php.
watch | ( | $ | keys | ) |
Definition at line 833 of file predis.php.
watch | ( | $ | keys | ) |
Definition at line 833 of file predis.php.
$_commands |
Definition at line 769 of file predis.php.
$_discarded |
Definition at line 768 of file predis.php.
$_insideBlock |
Definition at line 768 of file predis.php.
$_options |
Definition at line 769 of file predis.php.