Daniele Alessandri 0d25e7b0bb Add new command: HSTRLEN (Redis 3.2.0). hace 10 años
..
Processor 381e44b6e6 Run php-cs-fixer with new configuration. hace 10 años
CommandTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
ConnectionAuthTest.php d2c001812f [tests] Rename test case classes. hace 11 años
ConnectionEchoTest.php d2c001812f [tests] Rename test case classes. hace 11 años
ConnectionPingTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
ConnectionQuitTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
ConnectionSelectTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashDeleteTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashExistsTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashGetAllTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashGetMultipleTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashGetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashIncrementByFloatTest.php 5f3723bbd1 [tests] Use round() to avoid issues with floats on certain plaforms. hace 10 años
HashIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashKeysTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashLengthTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. hace 11 años
HashSetMultipleTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashSetPreserveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashSetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HashStringLengthTest.php 0d25e7b0bb Add new command: HSTRLEN (Redis 3.2.0). hace 10 años
HashValuesTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
HyperLogLogAddTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
HyperLogLogCountTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
HyperLogLogMergeTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
KeyDeleteTest.php d2c001812f [tests] Rename test case classes. hace 11 años
KeyDumpTest.php d2c001812f [tests] Rename test case classes. hace 11 años
KeyExistsTest.php d2c001812f [tests] Rename test case classes. hace 11 años
KeyExpireAtTest.php fc18e6456a [tests] Apply small changes to commands tests with expirations. hace 10 años
KeyExpireTest.php fc18e6456a [tests] Apply small changes to commands tests with expirations. hace 10 años
KeyKeysTest.php d2c001812f [tests] Rename test case classes. hace 11 años
KeyMigrateTest.php 6a0348fbea Add missing command: MIGRATE (Redis 2.6.0). hace 10 años
KeyMoveTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
KeyPersistTest.php d2c001812f [tests] Rename test case classes. hace 11 años
KeyPreciseExpireAtTest.php fc18e6456a [tests] Apply small changes to commands tests with expirations. hace 10 años
KeyPreciseExpireTest.php fc18e6456a [tests] Apply small changes to commands tests with expirations. hace 10 años
KeyPreciseTimeToLiveTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
KeyRandomTest.php d2c001812f [tests] Rename test case classes. hace 11 años
KeyRenamePreserveTest.php 2d2de7837b [tests] Fix some tests methods names. hace 10 años
KeyRenameTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
KeyRestoreTest.php d2c001812f [tests] Rename test case classes. hace 11 años
KeyScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. hace 11 años
KeySortTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
KeyTimeToLiveTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
KeyTypeTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
ListIndexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListInsertTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListLengthTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListPopFirstBlockingTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
ListPopFirstTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListPopLastBlockingTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
ListPopLastPushHeadBlockingTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
ListPopLastPushHeadTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListPopLastTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListPushHeadTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListPushHeadXTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListPushTailTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListPushTailXTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListSetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ListTrimTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
PubSubPublishTest.php d2c001812f [tests] Rename test case classes. hace 11 años
PubSubPubsubTest.php d2c001812f [tests] Rename test case classes. hace 11 años
PubSubSubscribeByPatternTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
PubSubSubscribeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
PubSubUnsubscribeByPatternTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
PubSubUnsubscribeTest.php d2c001812f [tests] Rename test case classes. hace 11 años
RawCommandTest.php dbfc1a74ba More random fixes after inspection. hace 11 años
ScriptCommandTest.php 2a6409590c Run php-cs against test suite. hace 11 años
ServerBackgroundRewriteAOFTest.php d2c001812f [tests] Rename test case classes. hace 11 años
ServerBackgroundSaveTest.php d2c001812f [tests] Rename test case classes. hace 11 años
ServerClientTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
ServerCommandTest.php dedc1ba0a9 Move command "COMMAND" to the server profile for Redis 2.8. hace 11 años
ServerConfigTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ServerDatabaseSizeTest.php d2c001812f [tests] Rename test case classes. hace 11 años
ServerEvalSHATest.php dbfc1a74ba More random fixes after inspection. hace 11 años
ServerEvalTest.php dbfc1a74ba More random fixes after inspection. hace 11 años
ServerFlushAllTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
ServerFlushDatabaseTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
ServerInfoTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
ServerInfoV26xTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
ServerLastSaveTest.php d2c001812f [tests] Rename test case classes. hace 11 años
ServerMonitorTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
ServerObjectTest.php 5cd7b774c4 [tests] Adapt to internal encoding changes for lists in Redis 3.0. hace 10 años
ServerSaveTest.php d2c001812f [tests] Rename test case classes. hace 11 años
ServerScriptTest.php 95624de5c4 [tests] Apply some fixes and improvements and remove old stuff. hace 10 años
ServerSentinelTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
ServerShutdownTest.php d2c001812f [tests] Rename test case classes. hace 11 años
ServerSlaveOfTest.php d2c001812f [tests] Rename test case classes. hace 11 años
ServerSlowlogTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ServerTimeTest.php d2c001812f [tests] Rename test case classes. hace 11 años
SetAddTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
SetCardinalityTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
SetDifferenceStoreTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
SetDifferenceTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
SetIntersectionStoreTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
SetIntersectionTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
SetIsMemberTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
SetMembersTest.php 2d2de7837b [tests] Fix some tests methods names. hace 10 años
SetMoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
SetPopTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
SetRandomMemberTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
SetRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
SetScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. hace 11 años
SetUnionStoreTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
SetUnionTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
StringAppendTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringBitCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringBitOpTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
StringBitPosTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
StringDecrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringDecrementTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringGetBitTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringGetMultipleTest.php d2c001812f [tests] Rename test case classes. hace 11 años
StringGetRangeTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
StringGetSetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringGetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringIncrementByFloatTest.php 5f3723bbd1 [tests] Use round() to avoid issues with floats on certain plaforms. hace 10 años
StringIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringIncrementTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringPreciseSetExpireTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
StringSetBitTest.php dbfc1a74ba More random fixes after inspection. hace 11 años
StringSetExpireTest.php fc18e6456a [tests] Apply small changes to commands tests with expirations. hace 10 años
StringSetMultiplePreserveTest.php d2c001812f [tests] Rename test case classes. hace 11 años
StringSetMultipleTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
StringSetPreserveTest.php d2c001812f [tests] Rename test case classes. hace 11 años
StringSetRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringSetTest.php 6f2064ed90 [tests] Cover SET modifiers EX, PX, NX|XX (Redis >= 2.6.12). hace 10 años
StringStrlenTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
StringSubstrTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
TransactionDiscardTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
TransactionExecTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
TransactionMultiTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
TransactionUnwatchTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. hace 11 años
TransactionWatchTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetAddTest.php 354d1ef921 Support ZADD modifiers when using simplified command signature. hace 10 años
ZSetCardinalityTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetIntersectionStoreTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años
ZSetLexCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetRangeByLexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetRemoveRangeByLexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetRemoveRangeByRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetRemoveRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetReverseRangeByLexTest.php 381e44b6e6 Run php-cs-fixer with new configuration. hace 10 años
ZSetReverseRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetReverseRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetReverseRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. hace 11 años
ZSetScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. hace 11 años
ZSetUnionStoreTest.php 82e404660e Run php-cs-fixer against codebase in src/ and tests/. hace 10 años