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