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-21Issue #1577Pavlo Yatsukhnenko
2019-06-13Remove unused variablemichael-grunder
2019-06-12Fix xInfo ro RedisClusterPavlo Yatsukhnenko
2019-06-12xInfo response formatPavlo Yatsukhnenko
2019-05-24Merge pull request #1561 from phpredis/connection-schemaPavlo Yatsukhnenko
2019-05-24Allow to specify server address as schema://hostPavlo Yatsukhnenko
2019-05-16Fix for type conversion warning.michael-grunder
2019-05-14Issue #1523Pavlo Yatsukhnenko
2019-05-13Adds OPT_REPLY_LITERAL for rawCommand and EVALmichael-grunder
2019-05-12Merge pull request #1531 from phpredis/issue.1523Pavlo Yatsukhnenko
2019-05-12Make JSON deserialization work in php 7.0.xmichael-grunder
2019-05-12JSON serializerPavlo Yatsukhnenko
2019-05-11Use enum for storing redis_sock statusPavlo Yatsukhnenko
2019-04-16Add support for STREAM to the type commandmichael-grunder
2019-03-23msgpack 2.0.3 or greater requiredPavlo Yatsukhnenko
2019-03-23Cleanup rebase artifact and move msgpack to serializer sectionmichael-grunder
2019-03-23rebase msgpack pull request (#801) on develop branchB. Gortney
2019-03-23Issue #1523Pavlo Yatsukhnenko
2019-03-20Get rid of ifdefsmichael-grunder
2019-03-20Merge branch 'develop' of github.com:phpredis/phpredis into developmichael-grunder
2019-03-20More cleanup of PHP5 conditionals/commented codemichael-grunder
2019-03-20This should be even more portablemichael-grunder
2019-03-20Get rid of warningmichael-grunder
2019-03-19Nuke missed PHP5/PHP7 conditionalsmichael-grunder
2019-03-19Fix review commentsPavlo Yatsukhnenko
2019-03-19Connection limit for pool.Pavlo Yatsukhnenko
2019-03-19Fix compilation error on PHP5Pavlo Yatsukhnenko
2019-03-19Refactor connection pooling code.Pavlo Yatsukhnenko
2019-03-19Issue #1514Pavlo Yatsukhnenko
2019-03-19Fix memory leak on PHP 5Pavlo Yatsukhnenko
2019-03-19Persistent connections poolPavlo Yatsukhnenko
2019-03-19Fix compilation error on PHP5Pavlo Yatsukhnenko
2019-03-19Refactor connection pooling code.Pavlo Yatsukhnenko
2019-03-19Issue #1514Pavlo Yatsukhnenko
2019-03-19Fix memory leak on PHP 5Pavlo Yatsukhnenko
2019-03-19Persistent connections poolPavlo Yatsukhnenko
2019-02-24Fix review commentsPavlo Yatsukhnenko
2019-02-24Connection limit for pool.Pavlo Yatsukhnenko
2019-02-22Fix compilation error on PHP5Pavlo Yatsukhnenko
2019-02-22Refactor connection pooling code.Pavlo Yatsukhnenko
2019-02-22Issue #1514Pavlo Yatsukhnenko
2019-02-20Fix memory leak on PHP 5Pavlo Yatsukhnenko
2019-02-20Persistent connections poolPavlo Yatsukhnenko
2019-02-10Add a format specifier.michael-grunder
2019-02-09PHP 7 exception and compiler warning fixesmichael-grunder
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-18RedisCluster authPavlo Yatsukhnenko
2019-01-09Use zend_string for pipeline_cmdPavlo Yatsukhnenko