Campustream 1.0
A social network MQP for WPI
Client Class Reference

Public Member Functions

 __construct ($parameters=null, $clientOptions=null)
 setProfile ($serverProfile)
 getProfile ()
 getResponseReader ()
 getClientFor ($connectionAlias)
 connect ()
 disconnect ()
 isConnected ()
 getConnection ($id=null)
 __call ($method, $arguments)
 createCommand ($method, $arguments=array())
 executeCommand (ICommand $command)
 executeCommandOnShards (ICommand $command)
 pipeline ()
 multiExec ()
 pubSubContext ()
 __construct ($parameters=null, $clientOptions=null)
 setProfile ($serverProfile)
 getProfile ()
 getResponseReader ()
 getClientFor ($connectionAlias)
 connect ()
 disconnect ()
 isConnected ()
 getConnection ($id=null)
 __call ($method, $arguments)
 createCommand ($method, $arguments=array())
 executeCommand (ICommand $command)
 executeCommandOnShards (ICommand $command)
 pipeline ()
 multiExec ()
 pubSubContext ()

Data Fields

 $_connection
 $_serverProfile
 $_responseReader

Detailed Description

Definition at line 33 of file predis.php.


Constructor & Destructor Documentation

__construct ( parameters = null,
clientOptions = null 
)

Definition at line 36 of file predis.php.

__construct ( parameters = null,
clientOptions = null 
)

Definition at line 36 of file predis.php.


Member Function Documentation

__call ( method,
arguments 
)

Definition at line 198 of file predis.php.

__call ( method,
arguments 
)

Definition at line 198 of file predis.php.

connect ( )

Definition at line 175 of file predis.php.

connect ( )

Definition at line 175 of file predis.php.

createCommand ( method,
arguments = array() 
)

Definition at line 203 of file predis.php.

createCommand ( method,
arguments = array() 
)

Definition at line 203 of file predis.php.

disconnect ( )

Definition at line 179 of file predis.php.

disconnect ( )

Definition at line 179 of file predis.php.

executeCommand ( ICommand command)

Definition at line 207 of file predis.php.

executeCommand ( ICommand command)

Definition at line 207 of file predis.php.

executeCommandOnShards ( ICommand command)

Definition at line 211 of file predis.php.

executeCommandOnShards ( ICommand command)

Definition at line 211 of file predis.php.

getClientFor ( connectionAlias)

Definition at line 155 of file predis.php.

getClientFor ( connectionAlias)

Definition at line 155 of file predis.php.

getConnection ( id = null)

Definition at line 187 of file predis.php.

getConnection ( id = null)

Definition at line 187 of file predis.php.

getProfile ( )

Definition at line 147 of file predis.php.

getProfile ( )

Definition at line 147 of file predis.php.

getResponseReader ( )

Definition at line 151 of file predis.php.

getResponseReader ( )

Definition at line 151 of file predis.php.

isConnected ( )

Definition at line 183 of file predis.php.

isConnected ( )

Definition at line 183 of file predis.php.

multiExec ( )

Definition at line 268 of file predis.php.

multiExec ( )

Definition at line 268 of file predis.php.

pipeline ( )

Definition at line 240 of file predis.php.

pipeline ( )

Definition at line 240 of file predis.php.

pubSubContext ( )

Definition at line 277 of file predis.php.

pubSubContext ( )

Definition at line 277 of file predis.php.

setProfile ( serverProfile)

Definition at line 135 of file predis.php.

setProfile ( serverProfile)

Definition at line 135 of file predis.php.


Field Documentation

$_connection

Definition at line 34 of file predis.php.

$_responseReader

Definition at line 34 of file predis.php.

$_serverProfile

Definition at line 34 of file predis.php.


The documentation for this class was generated from the following files: