Daniele Alessandri 87921f7a05 Do not parse response to PFADD into boolean value. 10 年之前
..
Processor 474f3ddbe7 Add missing command: MIGRATE (Redis 2.6.0). 10 年之前
CommandTest.php 2ff8c37104 Redesign the whole internals for clustering. 11 年之前
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. 10 年之前
HashDeleteTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
HashExistsTest.php 231a3440f7 Do not parse response to HEXISTS into boolean value. 10 年之前
HashGetAllTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
HashGetMultipleTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
HashGetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
HashIncrementByFloatTest.php 381ca99696 [tests] Use round() to avoid issues with floats on certain plaforms. 10 年之前
HashIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
HashKeysTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
HashLengthTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
HashScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 11 年之前
HashSetMultipleTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
HashSetPreserveTest.php 3fdfc50683 Do not parse response to HSETNX into boolean value. 10 年之前
HashSetTest.php ae26ecc8bf Do not parse response to HSET into boolean value. 10 年之前
HashValuesTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
HyperLogLogAddTest.php 87921f7a05 Do not parse response to PFADD into boolean value. 10 年之前
HyperLogLogCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
HyperLogLogMergeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
KeyDeleteTest.php d2c001812f [tests] Rename test case classes. 11 年之前
KeyDumpTest.php d2c001812f [tests] Rename test case classes. 11 年之前
KeyExistsTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
KeyExpireAtTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
KeyExpireTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
KeyKeysTest.php d2c001812f [tests] Rename test case classes. 11 年之前
KeyMigrateTest.php 474f3ddbe7 Add missing command: MIGRATE (Redis 2.6.0). 10 年之前
KeyMoveTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
KeyPersistTest.php d2c001812f [tests] Rename test case classes. 11 年之前
KeyPreciseExpireAtTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
KeyPreciseExpireTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
KeyPreciseTimeToLiveTest.php d2c001812f [tests] Rename test case classes. 11 年之前
KeyRandomTest.php d2c001812f [tests] Rename test case classes. 11 年之前
KeyRenamePreserveTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
KeyRenameTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
KeyRestoreTest.php d2c001812f [tests] Rename test case classes. 11 年之前
KeyScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 11 年之前
KeySortTest.php dbfc1a74ba More random fixes after inspection. 11 年之前
KeyTimeToLiveTest.php d2c001812f [tests] Rename test case classes. 11 年之前
KeyTypeTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 年之前
ListIndexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListInsertTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListLengthTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListPopFirstBlockingTest.php d2c001812f [tests] Rename test case classes. 11 年之前
ListPopFirstTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListPopLastBlockingTest.php d2c001812f [tests] Rename test case classes. 11 年之前
ListPopLastPushHeadBlockingTest.php d2c001812f [tests] Rename test case classes. 11 年之前
ListPopLastPushHeadTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListPopLastTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListPushHeadTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListPushHeadXTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
ListPushTailTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListPushTailXTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
ListRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListSetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ListTrimTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
PubSubPublishTest.php d2c001812f [tests] Rename test case classes. 11 年之前
PubSubPubsubTest.php d2c001812f [tests] Rename test case classes. 11 年之前
PubSubSubscribeByPatternTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
PubSubSubscribeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
PubSubUnsubscribeByPatternTest.php d2c001812f [tests] Rename test case classes. 11 年之前
PubSubUnsubscribeTest.php d2c001812f [tests] Rename test case classes. 11 年之前
RawCommandTest.php dbfc1a74ba More random fixes after inspection. 11 年之前
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 aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ServerCommandTest.php dedc1ba0a9 Move command "COMMAND" to the server profile for Redis 2.8. 11 年之前
ServerConfigTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ServerDatabaseSizeTest.php d2c001812f [tests] Rename test case classes. 11 年之前
ServerEvalSHATest.php dbfc1a74ba More random fixes after inspection. 11 年之前
ServerEvalTest.php dbfc1a74ba More random fixes after inspection. 11 年之前
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. 10 年之前
ServerInfoTest.php d2c001812f [tests] Rename test case classes. 11 年之前
ServerInfoV26xTest.php 5e24d85c8a Fix E_NOTICE emitted on empty response to INFO [section]. 10 年之前
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. 10 年之前
ServerSaveTest.php d2c001812f [tests] Rename test case classes. 11 年之前
ServerScriptTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ServerSentinelTest.php d2c001812f [tests] Rename test case classes. 11 年之前
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. 11 年之前
ServerTimeTest.php d2c001812f [tests] Rename test case classes. 11 年之前
SetAddTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetCardinalityTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetDifferenceStoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetDifferenceTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetIntersectionStoreTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
SetIntersectionTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetIsMemberTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetMembersTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetMoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetPopTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetRandomMemberTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 11 年之前
SetUnionStoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
SetUnionTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringAppendTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringBitCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringBitOpTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringBitPosTest.php e9264bb087 Add minimum required Redis version for BITPOS integration tests. 10 年之前
StringDecrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringDecrementTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringGetBitTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringGetMultipleTest.php d2c001812f [tests] Rename test case classes. 11 年之前
StringGetRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringGetSetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringGetTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
StringIncrementByFloatTest.php 381ca99696 [tests] Use round() to avoid issues with floats on certain plaforms. 10 年之前
StringIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringIncrementTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringPreciseSetExpireTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
StringSetBitTest.php dbfc1a74ba More random fixes after inspection. 11 年之前
StringSetExpireTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
StringSetMultiplePreserveTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
StringSetMultipleTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 年之前
StringSetPreserveTest.php d2c001812f [tests] Rename test case classes. 11 年之前
StringSetRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringSetTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
StringStrlenTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
StringSubstrTest.php d2c001812f [tests] Rename test case classes. 11 年之前
TransactionDiscardTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 10 年之前
TransactionExecTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
TransactionMultiTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
TransactionUnwatchTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 年之前
TransactionWatchTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetAddTest.php 24d8f68e7f Support ZADD modifiers when using simplified command signature. 10 年之前
ZSetCardinalityTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetIntersectionStoreTest.php dbfc1a74ba More random fixes after inspection. 11 年之前
ZSetLexCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetRangeByLexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetRemoveRangeByLexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetRemoveRangeByRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetRemoveRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetReverseRangeByLexTest.php af48b30398 add zrevrangebylex command 10 年之前
ZSetReverseRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetReverseRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetReverseRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 11 年之前
ZSetScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 11 年之前
ZSetUnionStoreTest.php dbfc1a74ba More random fixes after inspection. 11 年之前