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