Raphael Stolt 06d5475129 Added PHPUnit utility method markTestSkippedOnRedisVersionBelow and applied it where necessary hace 13 años
..
Processor 83720075f3 Make it possible to cast key prefix processor instance to string. hace 13 años
CommandTest.php 511fe0bbab Rewrite the logic used to handle Redis commands with clustering. hace 13 años
ConnectionAuthTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ConnectionEchoTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ConnectionPingTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ConnectionQuitTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ConnectionSelectTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
HashDeleteTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashExistsTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashGetAllTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashGetMultipleTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashGetTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashIncrementByFloatTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashIncrementByTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashKeysTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashLengthTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashSetMultipleTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashSetPreserveTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashSetTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
HashValuesTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
KeyDeleteTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyExistsTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyExpireAtTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyExpireTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyKeysTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyKeysV12xTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyMoveTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyPersistTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyPreciseExpireAtTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyPreciseExpireTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyPreciseTimeToLiveTest.php ac01c1a17f [tests] TTL and PTTL return -2 on non existing keys in Redis >= 2.8. hace 13 años
KeyRandomTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyRenamePreserveTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeyRenameTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
KeySortTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
KeyTimeToLiveTest.php ac01c1a17f [tests] TTL and PTTL return -2 on non existing keys in Redis >= 2.8. hace 13 años
KeyTypeTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ListIndexTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListInsertTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListLengthTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListPopFirstBlockingTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ListPopFirstTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListPopLastBlockingTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ListPopLastPushHeadBlockingTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ListPopLastPushHeadTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListPopLastTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListPushHeadTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListPushHeadXTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListPushTailTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListPushTailXTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListRangeTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListRemoveTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListSetTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ListTrimTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
PrefixHelpersTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
PrefixableCommandTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
PubSubPublishTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
PubSubSubscribeByPatternTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
PubSubSubscribeTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
PubSubUnsubscribeByPatternTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
PubSubUnsubscribeTest.php b26d6103a6 Avoid channels reordering issues when testing UNSUBSCRIBE. hace 13 años
ScriptedCommandTest.php 2d0b30dac5 Client handles -NOSCRIPT falling back to EVAL for scripted commands. hace 13 años
ServerBackgroundRewriteAOFTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerBackgroundSaveTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerClientTest.php 06d5475129 Added PHPUnit utility method markTestSkippedOnRedisVersionBelow and applied it where necessary hace 13 años
ServerConfigTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerDatabaseSizeTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerEvalSHATest.php 75afe831b0 Fix Predis\Command\ServerEvalSHA::getScriptHash(). hace 13 años
ServerEvalTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerFlushAllTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerFlushDatabaseTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerInfoTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerInfoV26xTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerLastSaveTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerMonitorTest.php 7b01bc0644 Fix MONITOR and Predis\MonitorContext with Redis 2.6. hace 13 años
ServerObjectTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerSaveTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerScriptTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerShutdownTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerSlaveOfTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerSlowlogTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ServerTimeTest.php 7893fd1faa New command: TIME (Redis v2.6-dev). hace 13 años
SetAddTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetCardinalityTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetDifferenceStoreTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetDifferenceTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetIntersectionStoreTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetIntersectionTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetIsMemberTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetMembersTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetMoveTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetPopTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetRandomMemberTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetRemoveTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetUnionStoreTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
SetUnionTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringAppendTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringBitCountTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringBitOpTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringDecrementByTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringDecrementTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringGetBitTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringGetMultipleTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
StringGetRangeTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringGetSetTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringGetTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringIncrementByFloatTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringIncrementByTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringIncrementTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringPreciseSetExpireTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
StringSetBitTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringSetExpireTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
StringSetMultiplePreserveTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
StringSetMultipleTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
StringSetRangeTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringSetTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
StringStrlenTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
StringSubstrTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
TransactionDiscardTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
TransactionExecTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
TransactionMultiTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
TransactionUnwatchTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
TransactionWatchTest.php dc14c29676 Rename certain namespaces, interfaces and classes. hace 14 años
ZSetAddTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetCardinalityTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetCountTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetIncrementByTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetIntersectionStoreTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetRangeByScoreTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetRangeTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetRankTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetRemoveRangeByRankTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetRemoveRangeByScoreTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetRemoveTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetReverseRangeByScoreTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetReverseRangeTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetReverseRankTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetScoreTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años
ZSetUnionStoreTest.php 46920c9c77 [tests] Fix expected exception message on wrong key type. hace 13 años