PHP Class Jamm\Memory\Tests\TestRedisServer

Inheritance: extends Jamm\Tester\ClassTest
Show file Open project: jamm/memory

Protected Properties

Property Type Description
$Server
$redis MockRedisServer
$results

Public Methods

Method Description
__construct ( Jamm\Memory\IRedisServer $Server )
test_Append ( )
test_Auth ( )
test_BITCOUNT ( )
test_BITOP ( )
test_BLPop ( )
test_BRPop ( )
test_BRPopLPush ( )
test_CLIENT_GETNAME ( )
test_CLIENT_KILL ( )
test_CLIENT_LIST ( )
test_CLIENT_SETNAME ( )
test_Config_Get ( )
test_Config_ResetStat ( )
test_Config_Set ( )
test_DBsize ( )
test_DEBUG_OBJECT ( )
test_DEBUG_SEGFAULT ( )
test_DUMP ( )
test_Decr ( )
test_DecrBy ( )
test_Del ( )
test_Discard ( )
test_ECHO_ ( )
test_EVALSHA ( )
test_EVAL_ ( )
test_Exec ( )
test_Exists ( )
test_Expire ( )
test_Expireat ( )
test_FlushAll ( )
test_FlushDB ( )
test_Get ( )
test_GetBit ( )
test_GetRange ( )
test_GetSet ( )
test_HINCRBYFLOAT ( )
test_INCRBYFLOAT ( )
test_Incr ( )
test_IncrBy ( )
test_Keys ( )
test_LASTSAVE ( )
test_LIndex ( )
test_LInsert ( )
test_LLen ( )
test_LPop ( )
test_LPush ( )
test_LPushX ( )
test_LRange ( )
test_LRem ( )
test_LSet ( )
test_LTrim ( )
test_MGet ( )
test_MIGRATE ( )
test_MONITOR ( )
test_MSet ( )
test_MSetNX ( )
test_Move ( )
test_Multi ( )
test_OBJECT ( )
test_PEXPIRE ( )
test_PEXPIREAT ( )
test_PING ( )
test_PSETEX ( )
test_PSubscribe ( )
test_PTTL ( )
test_PUnsubscribe ( )
test_Persist ( )
test_Publish ( )
test_Quit ( )
test_RANDOMKEY ( )
test_RESTORE ( )
test_RPop ( )
test_RPopLPush ( )
test_RPush ( )
test_RPushX ( )
test_Rename ( )
test_RenameNX ( )
test_SAVE ( )
test_SCRIPT_EXISTS ( )
test_SCRIPT_FLUSH ( )
test_SCRIPT_KILL ( )
test_SCRIPT_LOAD ( )
test_SHUTDOWN ( )
test_SLOWLOG ( )
test_SPOP ( )
test_SRANDMEMBER ( )
test_SYNC ( )
test_Select ( )
test_Set ( )
test_SetBit ( )
test_SetEX ( )
test_SetNX ( )
test_SetRange ( )
test_SlaveOf ( )
test_Sort ( )
test_StrLen ( )
test_Subscribe ( )
test_TIME ( )
test_TTL ( )
test_Type ( )
test_Unsubscribe ( )
test_Unwatch ( )
test_Watch ( )
test_bgRewriteAOF ( )
test_bgSave ( )
test_hDel ( )
test_hExists ( )
test_hGet ( )
test_hGetAll ( )
test_hIncrBy ( )
test_hKeys ( )
test_hLen ( )
test_hMGet ( )
test_hMSet ( )
test_hSet ( )
test_hSetNX ( )
test_hVals ( )
test_info ( )
test_sAdd ( )
test_sCard ( )
test_sDiff ( )
test_sDiffStore ( )
test_sInter ( )
test_sInterStore ( )
test_sIsMember ( )
test_sMembers ( )
test_sMove ( )
test_sRem ( )
test_sUnion ( )
test_sUnionStore ( )
test_zAdd ( )
test_zCard ( )
test_zCount ( )
test_zIncrBy ( )
test_zRange ( )
test_zRangeByScore ( )
test_zRank ( )
test_zRem ( )
test_zRemRangeByRank ( )
test_zRemRangeByScore ( )
test_zRevRange ( )
test_zRevRangeByScore ( )
test_zRevRank ( )
test_zScore ( )
test_zUnionStore ( )
test_zinterstore ( )

Method Details

__construct() public method

public __construct ( Jamm\Memory\IRedisServer $Server )
$Server Jamm\Memory\IRedisServer

test_Append() public method

public test_Append ( )

test_Auth() public method

public test_Auth ( )

test_BITCOUNT() public method

public test_BITCOUNT ( )

test_BITOP() public method

public test_BITOP ( )

test_BLPop() public method

public test_BLPop ( )

test_BRPop() public method

public test_BRPop ( )

test_BRPopLPush() public method

public test_BRPopLPush ( )

test_CLIENT_GETNAME() public method

public test_CLIENT_GETNAME ( )

test_CLIENT_KILL() public method

public test_CLIENT_KILL ( )

test_CLIENT_LIST() public method

public test_CLIENT_LIST ( )

test_CLIENT_SETNAME() public method

public test_CLIENT_SETNAME ( )

test_Config_Get() public method

public test_Config_Get ( )

test_Config_ResetStat() public method

test_Config_Set() public method

public test_Config_Set ( )

test_DBsize() public method

public test_DBsize ( )

test_DEBUG_OBJECT() public method

public test_DEBUG_OBJECT ( )

test_DEBUG_SEGFAULT() public method

public test_DEBUG_SEGFAULT ( )

test_DUMP() public method

public test_DUMP ( )

test_Decr() public method

public test_Decr ( )

test_DecrBy() public method

public test_DecrBy ( )

test_Del() public method

public test_Del ( )

test_Discard() public method

public test_Discard ( )

test_ECHO_() public method

public test_ECHO_ ( )

test_EVALSHA() public method

public test_EVALSHA ( )

test_EVAL_() public method

public test_EVAL_ ( )

test_Exec() public method

public test_Exec ( )

test_Exists() public method

public test_Exists ( )

test_Expire() public method

public test_Expire ( )

test_Expireat() public method

public test_Expireat ( )

test_FlushAll() public method

public test_FlushAll ( )

test_FlushDB() public method

public test_FlushDB ( )

test_Get() public method

public test_Get ( )

test_GetBit() public method

public test_GetBit ( )

test_GetRange() public method

public test_GetRange ( )

test_GetSet() public method

public test_GetSet ( )

test_HINCRBYFLOAT() public method

public test_HINCRBYFLOAT ( )

test_INCRBYFLOAT() public method

public test_INCRBYFLOAT ( )

test_Incr() public method

public test_Incr ( )

test_IncrBy() public method

public test_IncrBy ( )

test_Keys() public method

public test_Keys ( )

test_LASTSAVE() public method

public test_LASTSAVE ( )

test_LIndex() public method

public test_LIndex ( )

test_LInsert() public method

public test_LInsert ( )

test_LLen() public method

public test_LLen ( )

test_LPop() public method

public test_LPop ( )

test_LPush() public method

public test_LPush ( )

test_LPushX() public method

public test_LPushX ( )

test_LRange() public method

public test_LRange ( )

test_LRem() public method

public test_LRem ( )

test_LSet() public method

public test_LSet ( )

test_LTrim() public method

public test_LTrim ( )

test_MGet() public method

public test_MGet ( )

test_MIGRATE() public method

public test_MIGRATE ( )

test_MONITOR() public method

public test_MONITOR ( )

test_MSet() public method

public test_MSet ( )

test_MSetNX() public method

public test_MSetNX ( )

test_Move() public method

public test_Move ( )

test_Multi() public method

public test_Multi ( )

test_OBJECT() public method

public test_OBJECT ( )

test_PEXPIRE() public method

public test_PEXPIRE ( )

test_PEXPIREAT() public method

public test_PEXPIREAT ( )

test_PING() public method

public test_PING ( )

test_PSETEX() public method

public test_PSETEX ( )

test_PSubscribe() public method

public test_PSubscribe ( )

test_PTTL() public method

public test_PTTL ( )

test_PUnsubscribe() public method

public test_PUnsubscribe ( )

test_Persist() public method

public test_Persist ( )

test_Publish() public method

public test_Publish ( )

test_Quit() public method

public test_Quit ( )

test_RANDOMKEY() public method

public test_RANDOMKEY ( )

test_RESTORE() public method

public test_RESTORE ( )

test_RPop() public method

public test_RPop ( )

test_RPopLPush() public method

public test_RPopLPush ( )

test_RPush() public method

public test_RPush ( )

test_RPushX() public method

public test_RPushX ( )

test_Rename() public method

public test_Rename ( )

test_RenameNX() public method

public test_RenameNX ( )

test_SAVE() public method

public test_SAVE ( )

test_SCRIPT_EXISTS() public method

public test_SCRIPT_EXISTS ( )

test_SCRIPT_FLUSH() public method

public test_SCRIPT_FLUSH ( )

test_SCRIPT_KILL() public method

public test_SCRIPT_KILL ( )

test_SCRIPT_LOAD() public method

public test_SCRIPT_LOAD ( )

test_SHUTDOWN() public method

public test_SHUTDOWN ( )

test_SLOWLOG() public method

public test_SLOWLOG ( )

test_SPOP() public method

public test_SPOP ( )

test_SRANDMEMBER() public method

public test_SRANDMEMBER ( )

test_SYNC() public method

public test_SYNC ( )

test_Select() public method

public test_Select ( )

test_Set() public method

public test_Set ( )

test_SetBit() public method

public test_SetBit ( )

test_SetEX() public method

public test_SetEX ( )

test_SetNX() public method

public test_SetNX ( )

test_SetRange() public method

public test_SetRange ( )

test_SlaveOf() public method

public test_SlaveOf ( )

test_Sort() public method

public test_Sort ( )

test_StrLen() public method

public test_StrLen ( )

test_Subscribe() public method

public test_Subscribe ( )

test_TIME() public method

public test_TIME ( )

test_TTL() public method

public test_TTL ( )

test_Type() public method

public test_Type ( )

test_Unsubscribe() public method

public test_Unsubscribe ( )

test_Unwatch() public method

public test_Unwatch ( )

test_Watch() public method

public test_Watch ( )

test_bgRewriteAOF() public method

public test_bgRewriteAOF ( )

test_bgSave() public method

public test_bgSave ( )

test_hDel() public method

public test_hDel ( )

test_hExists() public method

public test_hExists ( )

test_hGet() public method

public test_hGet ( )

test_hGetAll() public method

public test_hGetAll ( )

test_hIncrBy() public method

public test_hIncrBy ( )

test_hKeys() public method

public test_hKeys ( )

test_hLen() public method

public test_hLen ( )

test_hMGet() public method

public test_hMGet ( )

test_hMSet() public method

public test_hMSet ( )

test_hSet() public method

public test_hSet ( )

test_hSetNX() public method

public test_hSetNX ( )

test_hVals() public method

public test_hVals ( )

test_info() public method

public test_info ( )

test_sAdd() public method

public test_sAdd ( )

test_sCard() public method

public test_sCard ( )

test_sDiff() public method

public test_sDiff ( )

test_sDiffStore() public method

public test_sDiffStore ( )

test_sInter() public method

public test_sInter ( )

test_sInterStore() public method

public test_sInterStore ( )

test_sIsMember() public method

public test_sIsMember ( )

test_sMembers() public method

public test_sMembers ( )

test_sMove() public method

public test_sMove ( )

test_sRem() public method

public test_sRem ( )

test_sUnion() public method

public test_sUnion ( )

test_sUnionStore() public method

public test_sUnionStore ( )

test_zAdd() public method

public test_zAdd ( )

test_zCard() public method

public test_zCard ( )

test_zCount() public method

public test_zCount ( )

test_zIncrBy() public method

public test_zIncrBy ( )

test_zRange() public method

public test_zRange ( )

test_zRangeByScore() public method

public test_zRangeByScore ( )

test_zRank() public method

public test_zRank ( )

test_zRem() public method

public test_zRem ( )

test_zRemRangeByRank() public method

test_zRemRangeByScore() public method

test_zRevRange() public method

public test_zRevRange ( )

test_zRevRangeByScore() public method

test_zRevRank() public method

public test_zRevRank ( )

test_zScore() public method

public test_zScore ( )

test_zUnionStore() public method

public test_zUnionStore ( )

test_zinterstore() public method

public test_zinterstore ( )

Property Details

$Server protected property

protected $Server

$redis protected property

protected MockRedisServer,Jamm\Memory\Tests $redis
return MockRedisServer

$results protected property

protected $results