Campustream 1.0
A social network MQP for WPI
Command Class Reference
Inheritance diagram for Command:
ICommand ICommand Append Append Auth Auth BackgroundRewriteAppendOnlyFile BackgroundRewriteAppendOnlyFile BackgroundSave BackgroundSave Config Config DatabaseSize DatabaseSize Decrement Decrement DecrementBy DecrementBy Delete Delete Discard Discard DoEcho DoEcho Exec Exec Exists Exists Expire Expire ExpireAt ExpireAt FlushAll FlushAll FlushDatabase FlushDatabase Get Get GetMultiple GetMultiple GetSet GetSet HashDelete HashDelete HashExists HashExists HashGet HashGet HashGetAll HashGetAll HashGetMultiple HashGetMultiple HashIncrementBy HashIncrementBy HashKeys HashKeys HashLength HashLength HashSet HashSet HashSetMultiple HashSetMultiple HashSetPreserve HashSetPreserve HashValues HashValues Increment Increment IncrementBy IncrementBy Info Info Keys Keys LastSave LastSave ListIndex ListIndex ListInsert ListInsert ListLength ListLength ListPopFirst ListPopFirst ListPopFirstBlocking ListPopFirstBlocking ListPopLast ListPopLast ListPopLastBlocking ListPopLastBlocking ListPopLastPushHead ListPopLastPushHead ListPopLastPushHeadBulk ListPopLastPushHeadBulk ListPushHead ListPushHead ListPushHeadX ListPushHeadX ListPushTail ListPushTail ListPushTailX ListPushTailX ListRange ListRange ListRemove ListRemove ListSet ListSet ListTrim ListTrim MoveKey MoveKey Multi Multi Ping Ping Publish Publish Quit Quit RandomKey RandomKey Rename Rename RenamePreserve RenamePreserve Save Save SelectDatabase SelectDatabase Set Set SetAdd SetAdd SetCardinality SetCardinality SetExpire SetExpire SetIntersection SetIntersection SetIntersectionStore SetIntersectionStore SetIsMember SetIsMember SetMembers SetMembers SetMove SetMove SetMultiple SetMultiple SetPop SetPop SetPreserve SetPreserve SetRandomMember SetRandomMember SetRemove SetRemove Shutdown Shutdown SlaveOf SlaveOf Sort Sort Strlen Strlen Subscribe Subscribe SubscribeByPattern SubscribeByPattern Substr Substr TimeToLive TimeToLive Type Type Unsubscribe Unsubscribe UnsubscribeByPattern UnsubscribeByPattern Unwatch Unwatch Watch Watch ZSetAdd ZSetAdd ZSetCardinality ZSetCardinality ZSetCount ZSetCount ZSetIncrementBy ZSetIncrementBy ZSetRange ZSetRange ZSetRank ZSetRank ZSetRemove ZSetRemove ZSetRemoveRangeByRank ZSetRemoveRangeByRank ZSetRemoveRangeByScore ZSetRemoveRangeByScore ZSetReverseRank ZSetReverseRank ZSetScore ZSetScore ZSetUnionStore ZSetUnionStore

Public Member Functions

 canBeHashed ()
 getHash (IDistributionStrategy $distributor)
 closesConnection ()
 setArguments ()
 setArgumentsArray (Array $arguments)
 getArguments ()
 getArgument ($index=0)
 parseResponse ($data)
 serialize ()
 canBeHashed ()
 getHash (IDistributionStrategy $distributor)
 closesConnection ()
 setArguments ()
 setArgumentsArray (Array $arguments)
 getArguments ()
 getArgument ($index=0)
 parseResponse ($data)
 serialize ()

Data Fields

 $_hash

Protected Member Functions

 serializeRequest ($command, $arguments)
 filterArguments (Array $arguments)
 serializeRequest ($command, $arguments)
 filterArguments (Array $arguments)

Detailed Description

Definition at line 417 of file predis.php.


Member Function Documentation

closesConnection ( )

Implements ICommand.

Reimplemented in Quit, Shutdown, Quit, and Shutdown.

Definition at line 461 of file predis.php.

closesConnection ( )

Implements ICommand.

Reimplemented in Quit, Shutdown, Quit, and Shutdown.

Definition at line 461 of file predis.php.

getArgument ( index = 0)

Definition at line 483 of file predis.php.

getArgument ( index = 0)

Definition at line 483 of file predis.php.

getArguments ( )

Implements ICommand.

Definition at line 479 of file predis.php.

getArguments ( )

Implements ICommand.

Definition at line 479 of file predis.php.

getHash ( IDistributionStrategy distributor)

Implements ICommand.

Definition at line 438 of file predis.php.

getHash ( IDistributionStrategy distributor)

Implements ICommand.

Definition at line 438 of file predis.php.

serialize ( ) [final]

Implements ICommand.

Definition at line 491 of file predis.php.

serialize ( ) [final]

Implements ICommand.

Definition at line 491 of file predis.php.

serializeRequest ( command,
arguments 
) [protected]

Definition at line 420 of file predis.php.

serializeRequest ( command,
arguments 
) [protected]

Definition at line 420 of file predis.php.

setArguments ( )

Definition at line 469 of file predis.php.

setArguments ( )

Definition at line 469 of file predis.php.

setArgumentsArray ( Array $  arguments)

Implements ICommand.

Definition at line 474 of file predis.php.

setArgumentsArray ( Array $  arguments)

Implements ICommand.

Definition at line 474 of file predis.php.


Field Documentation

$_hash

Definition at line 418 of file predis.php.


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