Campustream 1.0
A social network MQP for WPI
|
Public Member Functions | |
__construct () | |
getVersion () | |
supportsCommands (Array $commands) | |
supportsCommand ($command) | |
createCommand ($method, $arguments=array()) | |
registerCommands (Array $commands) | |
registerCommand ($command, $aliases) | |
__toString () | |
__construct () | |
getVersion () | |
supportsCommands (Array $commands) | |
supportsCommand ($command) | |
createCommand ($method, $arguments=array()) | |
registerCommands (Array $commands) | |
registerCommand ($command, $aliases) | |
__toString () | |
Static Public Member Functions | |
static | getDefault () |
static | getDevelopment () |
static | registerProfile ($profileClass, $aliases) |
static | get ($version) |
static | getDefault () |
static | getDevelopment () |
static | registerProfile ($profileClass, $aliases) |
static | get ($version) |
Protected Member Functions | |
getSupportedCommands () | |
getSupportedCommands () |
Definition at line 1483 of file predis.php.
__construct | ( | ) |
Definition at line 1487 of file predis.php.
__construct | ( | ) |
Definition at line 1487 of file predis.php.
__toString | ( | ) |
Definition at line 1590 of file predis.php.
__toString | ( | ) |
Definition at line 1590 of file predis.php.
createCommand | ( | $ | method, |
$ | arguments = array() |
||
) |
Definition at line 1557 of file predis.php.
createCommand | ( | $ | method, |
$ | arguments = array() |
||
) |
Definition at line 1557 of file predis.php.
static get | ( | $ | version | ) | [static] |
Definition at line 1533 of file predis.php.
static get | ( | $ | version | ) | [static] |
Definition at line 1533 of file predis.php.
static getDefault | ( | ) | [static] |
Definition at line 1495 of file predis.php.
static getDefault | ( | ) | [static] |
Definition at line 1495 of file predis.php.
static getDevelopment | ( | ) | [static] |
Definition at line 1499 of file predis.php.
static getDevelopment | ( | ) | [static] |
Definition at line 1499 of file predis.php.
getSupportedCommands | ( | ) | [abstract, protected] |
Reimplemented in RedisServer_v1_2, RedisServer_v2_0, RedisServer_vNext, RedisServer_v1_2, RedisServer_v2_0, and RedisServer_vNext.
getSupportedCommands | ( | ) | [abstract, protected] |
Reimplemented in RedisServer_v1_2, RedisServer_v2_0, RedisServer_vNext, RedisServer_v1_2, RedisServer_v2_0, and RedisServer_vNext.
getVersion | ( | ) | [abstract] |
Reimplemented in RedisServer_v1_2, RedisServer_v2_0, RedisServer_vNext, RedisServer_v1_2, RedisServer_v2_0, and RedisServer_vNext.
getVersion | ( | ) | [abstract] |
Reimplemented in RedisServer_v1_2, RedisServer_v2_0, RedisServer_vNext, RedisServer_v1_2, RedisServer_v2_0, and RedisServer_vNext.
registerCommand | ( | $ | command, |
$ | aliases | ||
) |
Definition at line 1573 of file predis.php.
registerCommand | ( | $ | command, |
$ | aliases | ||
) |
Definition at line 1573 of file predis.php.
registerCommands | ( | Array $ | commands | ) |
Definition at line 1567 of file predis.php.
registerCommands | ( | Array $ | commands | ) |
Definition at line 1567 of file predis.php.
static registerProfile | ( | $ | profileClass, |
$ | aliases | ||
) | [static] |
Definition at line 1512 of file predis.php.
static registerProfile | ( | $ | profileClass, |
$ | aliases | ||
) | [static] |
Definition at line 1512 of file predis.php.
supportsCommand | ( | $ | command | ) |
Definition at line 1553 of file predis.php.
supportsCommand | ( | $ | command | ) |
Definition at line 1553 of file predis.php.
supportsCommands | ( | Array $ | commands | ) |
Definition at line 1544 of file predis.php.
supportsCommands | ( | Array $ | commands | ) |
Definition at line 1544 of file predis.php.