Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-07-09Add support for Zstd compressionRemi Collet
2019-06-21Issue #1577Pavlo Yatsukhnenko
2019-06-17Soft deprecate methods that aren't actually Redis commands.michael-grunder
2019-06-16Revert to using PHP's timemichael-grunder
2019-06-16Try to give the EXPIREAT test a bit more leeway to succeed.michael-grunder
2019-06-12xInfo response formatPavlo Yatsukhnenko
2019-06-04Make the XREADGROUP optional COUNT and BLOCK arguments nullable.michael-grunder
2019-06-03Allow PING to take an optional argument.michael-grunder
2019-06-03Issue.1555 zrange withscores arg (#1565)Michael Grunder
2019-05-13Adds OPT_REPLY_LITERAL for rawCommand and EVALmichael-grunder
2019-05-12JSON serializerPavlo Yatsukhnenko
2019-04-16Add support for STREAM to the type commandmichael-grunder
2019-03-23rebase msgpack pull request (#801) on develop branchB. Gortney
2019-02-24Merge branch 'issue-1509' into issue.1448-require_php7michael-grunder
2019-02-19Change ZPOP* return type and implement blocking variantsmichael-grunder
2019-02-17Add ZPOPMAX and ZPOPMIN supportMarin Bezhanov
2019-02-14Merge branch 'issue.1502.geo-readonly-cmds' into issue.1448-require_php7michael-grunder
2019-02-14Implement GEORADIUS_RO and GEORADIUSBYMEMBER_ROmichael-grunder
2019-02-10Switch everything to new array syntaxmichael-grunder
2019-01-24Xgroup updates (#1499)Michael Grunder
2019-01-10Add testDiscardPavlo Yatsukhnenko
2018-12-09Fix unit tests for Redis 5.0.2michael-grunder
2018-11-22Masters info leakfix (#1462)Michael Grunder
2018-10-12Use a ZSET insted of SET for EVAL testsmichael-grunder
2018-10-12missing space between command and argsRemi Collet
2018-09-29Streams (#1413)Michael Grunder
2018-09-21Modify session testing logicmichael-grunder
2018-09-19Allow '-' and '+' arguments and add tests for zLexCount and zRemRangeByLexmichael-grunder
2018-06-08Merge pull request #1365 from remicollet/issue-runcmdPavlo Yatsukhnenko
2018-06-08Fix: Warning: time() expects exactly 0 parameters, 1 given ... (php 7.3)Remi Collet
2018-06-08use PHP_BINARY instead of php and allow overrideRemi Collet
2018-06-06PHPREDIS-1354: Refactored tests to work also with Redis clusterMarius Meissner
2018-05-23PHPREDIS-1354: Added session lifetime parameter for reading session dataMarius Meissner
2018-05-22PHPREDIS-1354: Added session TTL testsMarius Meissner
2018-04-10Remove debug code! :)michael-grunder
2018-04-10Adds STORE and STOREDIST to GEORADIUS[BYMEMBER]michael-grunder
2018-04-10Use uniqid()michael-grunder
2018-04-10Fallback if we don't have opensslmichael-grunder
2018-03-24Merge branch 'session-locking' into developPavlo Yatsukhnenko
2018-03-01Fixed failing Travis builds caused by missing session handler interface on PH...Marius Meissner
2018-03-01Removed background operator, which could lead to race conditionsMarius Meissner
2018-03-01Added tests for using session proxy handlerMarius Meissner
2018-03-01Removed unused variables + added assertion if session key changedMarius Meissner
2018-02-08skip online testRemi Collet
2018-01-25Merge branch 'issue.1287' into developmichael-grunder
2018-01-19Merge branch 'swapdb-command' into developmichael-grunder
2018-01-18Add a test for SWAPDBmichael-grunder
2018-01-18Implement SWAPDB commandmichael-grunder
2018-01-18Remove debug line in unit testsmichael-grunder
2018-01-17Implement UNLINK commandmichael-grunder