Daniele Alessandri 2e0c55ac57 Remove support for Redis 1.2. 10 anni fa
..
Processor 940326e5bd New command: ZREMRANGEBYLEX (Redis 2.8.9). 10 anni fa
CommandTest.php 5c5dd40527 Remove implementation of Predis\Command\Command::__toString(). 11 anni fa
ConnectionAuthTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ConnectionEchoTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ConnectionPingTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
ConnectionQuitTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
ConnectionSelectTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
HashDeleteTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashExistsTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashGetAllTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashGetMultipleTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashGetTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashIncrementByFloatTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashIncrementByTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashKeysTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashLengthTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashScanTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashSetMultipleTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
HashSetPreserveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashSetTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HashValuesTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
HyperLogLogAddTest.php 42f237e306 [tests] Use annotations to specify expected Redis server version. 10 anni fa
HyperLogLogCountTest.php 42f237e306 [tests] Use annotations to specify expected Redis server version. 10 anni fa
HyperLogLogMergeTest.php 42f237e306 [tests] Use annotations to specify expected Redis server version. 10 anni fa
KeyDeleteTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyDumpTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyExistsTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyExpireAtTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyExpireTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyKeysTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyMoveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyPersistTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyPreciseExpireAtTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyPreciseExpireTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyPreciseTimeToLiveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyRandomTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyRenamePreserveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyRenameTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
KeyRestoreTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyScanTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeySortTest.php 2a6409590c Run php-cs against test suite. 11 anni fa
KeyTimeToLiveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
KeyTypeTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
ListIndexTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListInsertTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListLengthTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListPopFirstBlockingTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListPopFirstTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListPopLastBlockingTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListPopLastPushHeadBlockingTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListPopLastPushHeadTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListPopLastTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListPushHeadTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListPushHeadXTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListPushTailTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListPushTailXTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListRangeTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListRemoveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ListSetTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
ListTrimTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
PubSubPublishTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
PubSubPubsubTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
PubSubSubscribeByPatternTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
PubSubSubscribeTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
PubSubUnsubscribeByPatternTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
PubSubUnsubscribeTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
RawCommandTest.php a2265b12b3 Remove implementation of Predis\Command\RawCommand::__toString(). 10 anni fa
ScriptCommandTest.php 2a6409590c Run php-cs against test suite. 11 anni fa
ServerBackgroundRewriteAOFTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerBackgroundSaveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerClientTest.php 42f237e306 [tests] Use annotations to specify expected Redis server version. 10 anni fa
ServerConfigTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
ServerDatabaseSizeTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerEvalSHATest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerEvalTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerFlushAllTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
ServerFlushDatabaseTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
ServerInfoTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerInfoV26xTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerLastSaveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerMonitorTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
ServerObjectTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerSaveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerScriptTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
ServerSentinelTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerShutdownTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerSlaveOfTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ServerSlowlogTest.php 8744285cb3 Ignoring the plural form of "reply" for renames is dumb... 11 anni fa
ServerTimeTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetAddTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetCardinalityTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetDifferenceStoreTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetDifferenceTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetIntersectionStoreTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetIntersectionTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetIsMemberTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetMembersTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetMoveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetPopTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetRandomMemberTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetRemoveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetScanTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetUnionStoreTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
SetUnionTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringAppendTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringBitCountTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringBitOpTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
StringDecrementByTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringDecrementTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringGetBitTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringGetMultipleTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringGetRangeTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringGetSetTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringGetTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
StringIncrementByFloatTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringIncrementByTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringIncrementTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringPreciseSetExpireTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
StringSetBitTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringSetExpireTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
StringSetMultiplePreserveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringSetMultipleTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
StringSetPreserveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringSetRangeTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringSetTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
StringStrlenTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
StringSubstrTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
TransactionDiscardTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
TransactionExecTest.php 8744285cb3 Ignoring the plural form of "reply" for renames is dumb... 11 anni fa
TransactionMultiTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
TransactionUnwatchTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
TransactionWatchTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 anni fa
ZSetAddTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ZSetCardinalityTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ZSetCountTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ZSetIncrementByTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ZSetIntersectionStoreTest.php 5b4a7970bb returning associative array from zrange command family 10 anni fa
ZSetLexCountTest.php 42f237e306 [tests] Use annotations to specify expected Redis server version. 10 anni fa
ZSetRangeByLexTest.php 42f237e306 [tests] Use annotations to specify expected Redis server version. 10 anni fa
ZSetRangeByScoreTest.php 5b4a7970bb returning associative array from zrange command family 10 anni fa
ZSetRangeTest.php 5b4a7970bb returning associative array from zrange command family 10 anni fa
ZSetRankTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ZSetRemoveRangeByLexTest.php 42f237e306 [tests] Use annotations to specify expected Redis server version. 10 anni fa
ZSetRemoveRangeByRankTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ZSetRemoveRangeByScoreTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ZSetRemoveTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ZSetReverseRangeByScoreTest.php 5b4a7970bb returning associative array from zrange command family 10 anni fa
ZSetReverseRangeTest.php 5b4a7970bb returning associative array from zrange command family 10 anni fa
ZSetReverseRankTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ZSetScanTest.php 2a6409590c Run php-cs against test suite. 11 anni fa
ZSetScoreTest.php d2c001812f [tests] Rename test case classes. 11 anni fa
ZSetUnionStoreTest.php 5b4a7970bb returning associative array from zrange command family 10 anni fa