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
2020-07-07Don't need the PPA in before_script anymore.redis6-cimichael-grunder
2020-07-07Add a Redis 6 PPA to CImichael-grunder
2020-07-07Issue #1607 (#1806)Pavlo Yatsukhnenko
2020-07-07Final update for tagging 5.3.15.3.1michael-grunder
2020-07-07Add a test for passing NULL to authmichael-grunder
2020-07-07Prepare for 5.3.1michael-grunder
2020-07-07Proper cleanup and conditional address deallocation.michael-grunder
2020-07-07Passing only NULL to auth is a failure for redis_get_auth_infomichael-grunder
2020-07-06Prepare for 5.3.1michael-grunder
2020-07-06We don't want to efree a zend_stringmichael-grunder
2020-07-06Remove duplicate sha/namemichael-grunder
2020-07-06Prepare for 5.3.1michael-grunder
2020-07-02Don't attempt to take ZSTR_VAL(NULL) (#1804)Michael Grunder
2020-07-02fix configure message (#1803)Remi Collet
2020-07-02fix #1796 missing include (#1800)Remi Collet
2020-07-02Merge pull request #1799 from weberhofer/patch-1Pavlo Yatsukhnenko
2020-07-02[skip ci] remove instruction for EOL Fedora versionsRemi Collet
2020-07-02Added installation section for openSUSEJohannes Weberhofer
2020-07-01check for hash extension during the buildRemi Collet
2020-07-01Merge tag '5.3.0' into developmichael-grunder
2020-07-01Prepare for 5.3.0 GA5.3.0michael-grunder
2020-06-26Prepare for 5.3.0RC25.3.0RC2michael-grunder
2020-06-26Attempt to run LZ4 tests in Travismichael-grunder
2020-06-26Fix config.m4 errors and user pkg-config when possibleRemi Collet
2020-06-26Also NULL terminate if format is NULLmichael-grunder
2020-06-26Update documentation with new feature infomichael-grunder
2020-06-26Merge pull request #1779 from phpredis/issue-pkgconfigPavlo Yatsukhnenko
2020-06-26use pkg-config for liblz4Remi Collet
2020-06-26fix test syntaxRemi Collet
2020-06-26use pkg-config for libzstd and liblzfRemi Collet
2020-06-26copy/paste errRemi Collet
2020-06-26fix lz4 library nameRemi Collet
2020-06-26Make sure we NULL terminate our pool IDmichael-grunder
2020-06-25Finalize 5.3.0RC changelog/package.xml5.3.0RC1michael-grunder
2020-06-25Prepare for 5.3.0 RC1 releasemichael-grunder
2020-06-25Add liveness check and create pconnect "YOLO" mode.michael-grunder
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2020-06-08Rebased LZ4 PR (#1781)Michael Grunder
2020-06-07Issue.1765 (#1774)Michael Grunder
2020-06-07Issue.1762 xinfo full (#1771)Michael Grunder
2020-06-05Store auth information in cluster->flags->authPavlo Yatsukhnenko
2020-06-05TravisCI: test tls connectPavlo Yatsukhnenko
2020-06-03Merge pull request #1776 from phpredis/issue-1600Pavlo Yatsukhnenko
2020-06-03Don't call Redis::__constructor while initilizing RedisArray (#1777)Pavlo Yatsukhnenko
2020-06-02Issue #1600Pavlo Yatsukhnenko
2020-06-01Use ZEND_LONG_FMT and avoid typecast in hMset (#1770)Michael Grunder
2020-05-24Adds Redis 6.0 KEEPTTL option for SET (#1766)Michael Grunder
2020-05-22During scan build the command using long type for iterator instead of int. Sh...victor
2020-05-21Merge pull request #1763 from mi-nakano/bugfix/PHP_REDIS_JSONPavlo Yatsukhnenko
2020-05-21bugfix: PHP_REDIS_JSON parameter at configuremi-nakano