Remi Collet d1290dfde0 fix test for ArgumentCountError exception with PHP 7.1 8 lat temu
..
Processor 0dff761a61 Merge branch 'v1.1-commands-redis-3.2' 8 lat temu
CommandTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
ConnectionAuthTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
ConnectionEchoTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
ConnectionPingTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 lat temu
ConnectionQuitTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 lat temu
ConnectionSelectTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 lat temu
GeospatialGeoAddTest.php 7ef9619f5c Add new command: GEOADD (Redis 3.2.0). 8 lat temu
GeospatialGeoDistTest.php b2284d015f Add new command: GEODIST (Redis 3.2.0). 8 lat temu
GeospatialGeoHashTest.php 0b6b3b2558 Add new command: GEOHASH (Redis 3.2.0). 8 lat temu
GeospatialGeoPosTest.php ad7b8b08cb Run php-cs-fixer. 8 lat temu
GeospatialGeoRadiusByMemberTest.php ad7b8b08cb Run php-cs-fixer. 8 lat temu
GeospatialGeoRadiusTest.php ad7b8b08cb Run php-cs-fixer. 8 lat temu
HashDeleteTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
HashExistsTest.php 231a3440f7 Do not parse response to HEXISTS into boolean value. 9 lat temu
HashGetAllTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
HashGetMultipleTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
HashGetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
HashIncrementByFloatTest.php b6a14cda04 [tests] Fix test executed on current Redis unstable. 8 lat temu
HashIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
HashKeysTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
HashLengthTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
HashScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 10 lat temu
HashSetMultipleTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
HashSetPreserveTest.php 3fdfc50683 Do not parse response to HSETNX into boolean value. 9 lat temu
HashSetTest.php ae26ecc8bf Do not parse response to HSET into boolean value. 9 lat temu
HashStringLengthTest.php 1ab65da368 [tests] Missing @requiresRedisVersion for HSTRLEN. 8 lat temu
HashValuesTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
HyperLogLogAddTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
HyperLogLogCountTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
HyperLogLogMergeTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
KeyDeleteTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
KeyDumpTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
KeyExistsTest.php bb6287f22d [tests] Fix obviously wrong annotation. 9 lat temu
KeyExpireAtTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 lat temu
KeyExpireTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 lat temu
KeyKeysTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
KeyMigrateTest.php 474f3ddbe7 Add missing command: MIGRATE (Redis 2.6.0). 9 lat temu
KeyMoveTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
KeyPersistTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 lat temu
KeyPreciseExpireAtTest.php 082c51146a Do not parse response to EXPIREAT into boolean value. 9 lat temu
KeyPreciseExpireTest.php 6cce9eb35c Run php-cs-fixer. 9 lat temu
KeyPreciseTimeToLiveTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
KeyRandomTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 lat temu
KeyRenamePreserveTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 lat temu
KeyRenameTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 lat temu
KeyRestoreTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
KeyScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 10 lat temu
KeySortTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
KeyTimeToLiveTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
KeyTypeTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 lat temu
ListIndexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListInsertTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListLengthTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListPopFirstBlockingTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
ListPopFirstTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListPopLastBlockingTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
ListPopLastPushHeadBlockingTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
ListPopLastPushHeadTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListPopLastTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListPushHeadTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListPushHeadXTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 lat temu
ListPushTailTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListPushTailXTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 lat temu
ListRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListSetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ListTrimTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
PubSubPublishTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
PubSubPubsubTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
PubSubSubscribeByPatternTest.php 57a7d5d3e6 fix tests, list of allowed commands have changed (redis 3.0.6) 8 lat temu
PubSubSubscribeTest.php 57a7d5d3e6 fix tests, list of allowed commands have changed (redis 3.0.6) 8 lat temu
PubSubUnsubscribeByPatternTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
PubSubUnsubscribeTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
RawCommandTest.php d1290dfde0 fix test for ArgumentCountError exception with PHP 7.1 8 lat temu
ScriptCommandTest.php 2a6409590c Run php-cs against test suite. 11 lat temu
ServerBackgroundRewriteAOFTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
ServerBackgroundSaveTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
ServerClientTest.php 5b3a5bbef9 Run php-cs-fixer. 8 lat temu
ServerCommandTest.php 104e42cfe0 [tests] Fix test executed on current Redis unstable. 8 lat temu
ServerConfigTest.php 5b3a5bbef9 Run php-cs-fixer. 8 lat temu
ServerDatabaseSizeTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
ServerEvalSHATest.php dbfc1a74ba More random fixes after inspection. 10 lat temu
ServerEvalTest.php dbfc1a74ba More random fixes after inspection. 10 lat temu
ServerFlushAllTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 lat temu
ServerFlushDatabaseTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 lat temu
ServerInfoTest.php 5b3a5bbef9 Run php-cs-fixer. 8 lat temu
ServerInfoV26xTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
ServerLastSaveTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
ServerMonitorTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 lat temu
ServerObjectTest.php b3bcf466f5 [tests] Adapt to internal encoding changes for lists in Redis 3.0. 9 lat temu
ServerSaveTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
ServerScriptTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 lat temu
ServerSentinelTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
ServerShutdownTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
ServerSlaveOfTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
ServerSlowlogTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ServerTimeTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
SetAddTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
SetCardinalityTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
SetDifferenceStoreTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
SetDifferenceTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
SetIntersectionStoreTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
SetIntersectionTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
SetIsMemberTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 lat temu
SetMembersTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 lat temu
SetMoveTest.php 5ce683be09 Do not parse response to SMOVE into boolean value. 9 lat temu
SetPopTest.php da009e59dd [tests] Test count argument for SPOP in Redis 3.2. 8 lat temu
SetRandomMemberTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
SetRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
SetScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 10 lat temu
SetUnionStoreTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
SetUnionTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
StringAppendTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
StringBitCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
StringBitFieldTest.php 3362e474b6 Add new command: BITFIELD (Redis 3.2.0). 8 lat temu
StringBitOpTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
StringBitPosTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
StringDecrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
StringDecrementTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
StringGetBitTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
StringGetMultipleTest.php d2c001812f [tests] Rename test case classes. 11 lat temu
StringGetRangeTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
StringGetSetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
StringGetTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 lat temu
StringIncrementByFloatTest.php 381ca99696 [tests] Use round() to avoid issues with floats on certain plaforms. 10 lat temu
StringIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
StringIncrementTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
StringPreciseSetExpireTest.php 59798e1f9e [tests] Apply small changes to commands tests with expirations. 9 lat temu
StringSetBitTest.php dbfc1a74ba More random fixes after inspection. 10 lat temu
StringSetExpireTest.php 59798e1f9e [tests] Apply small changes to commands tests with expirations. 9 lat temu
StringSetMultiplePreserveTest.php 38fafb22ba Do not parse response to MSETNX into boolean value. 9 lat temu
StringSetMultipleTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 lat temu
StringSetPreserveTest.php 8c76bd6761 Do not parse response to SETNX into boolean value. 9 lat temu
StringSetRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
StringSetTest.php d0012e67ff [tests] Cover SET modifiers EX, PX, NX|XX (Redis >= 2.6.12). 9 lat temu
StringStrlenTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
StringSubstrTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
TransactionDiscardTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 lat temu
TransactionExecTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
TransactionMultiTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
TransactionUnwatchTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 lat temu
TransactionWatchTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetAddTest.php 24d8f68e7f Support ZADD modifiers when using simplified command signature. 9 lat temu
ZSetCardinalityTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetIntersectionStoreTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu
ZSetLexCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetRangeByLexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetRemoveRangeByLexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetRemoveRangeByRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetRemoveRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetReverseRangeByLexTest.php 8dd9893a2f Run php-cs-fixer with new configuration. 9 lat temu
ZSetReverseRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetReverseRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetReverseRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 10 lat temu
ZSetScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 lat temu
ZSetUnionStoreTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 lat temu