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
AgeCommit message (Expand)Author
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-07-09Add support for Zstd compressionRemi Collet
2019-06-27Remove HAVE_SPLPeter Kokot
2019-06-21Issue #1577Pavlo Yatsukhnenko
2019-06-20Enable connection pooling by defaultPavlo Yatsukhnenko
2019-06-17Soft deprecate methods that aren't actually Redis commands.michael-grunder
2019-06-12xInfo response formatPavlo Yatsukhnenko
2019-06-07Swap methods/aliasesPavlo Yatsukhnenko
2019-06-03Allow PING to take an optional argument.michael-grunder
2019-05-16Allow persistent_id to be passed as NULL with strict_types enabled.michael-grunder
2019-05-14Issue #1523Pavlo Yatsukhnenko
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-23Hook msgpack into available serializers outputmichael-grunder
2019-03-23rebase msgpack pull request (#801) on develop branchB. Gortney
2019-03-20Remove last remnants of PHP5michael-grunder
2019-03-19Connection limit for pool.Pavlo Yatsukhnenko
2019-03-19Refactor connection pooling code.Pavlo Yatsukhnenko
2019-03-19Persistent connections poolPavlo Yatsukhnenko
2019-03-19Refactor connection pooling code.Pavlo Yatsukhnenko
2019-03-19Persistent connections poolPavlo Yatsukhnenko
2019-03-19RedisArray auth.Pavlo Yatsukhnenko
2019-03-19Merge branch 'cluster-slot-cache' into issue.1448-require_php7michael-grunder
2019-02-24Merge branch 'issue-1509' into issue.1448-require_php7michael-grunder
2019-02-19Remove dead code, fix min_argc for blocking commandsmichael-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.1448-require_php7' into cluster-slot-cachemichael-grunder
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-09Merge exception fixes into cluster-slot-cachemichael-grunder
2019-02-09PHP 7 exception and compiler warning fixesmichael-grunder
2019-02-09WIP: Reimplementation of cluster slot cachingmichael-grunder
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-21Merge pull request #1494 from phpredis/cluster-auth2Pavlo Yatsukhnenko
2019-01-21Merge pull request #1485 from phpredis/consistent-hashingPavlo Yatsukhnenko
2019-01-18RedisCluster authPavlo Yatsukhnenko
2019-01-09Issue #1492Pavlo Yatsukhnenko
2019-01-09Use zend_string for pipeline_cmdPavlo Yatsukhnenko
2019-01-03Different key hashing algorithms from hash extension.Pavlo Yatsukhnenko
2018-12-26Merge pull request #1426 from twose/developPavlo Yatsukhnenko
2018-12-22Implement consistent hashing algorithm for RedisArrayPavlo Yatsukhnenko
2018-11-21Remove unused parameter lazy_connect from redis_sock_createPavlo Yatsukhnenko
2018-11-08Close() Optimizationfanjiapeng
2018-11-08Fix function close() return valuefanjiapeng
2018-10-23Issue #1434Pavlo Yatsukhnenko
2018-10-19Update STREAM API to handle STATUS -> BULK reply changemichael-grunder
2018-10-13Remove useless ZEND_ACC_[C|D]TOR.twosee
2018-10-08Reset the socket after a timeout to make sure no wrong data is received (#1417)Marc de Jonge