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-01Remove php_hash_bin2hex dependencyissue.1796.nobin2hexmichael-grunder
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
2020-05-19Issue #548 (#1649)Pavlo Yatsukhnenko
2020-05-17Remove unused PHP_MSHUTDOWN_FUNCTIONPavlo Yatsukhnenko
2020-05-08Fix scan-build warningPavlo Yatsukhnenko
2020-05-08Update changelogPavlo Yatsukhnenko
2020-05-06fix [-Wformat=] warning on 32-bit (#1750)Remi Collet
2020-05-01Make unit test authentication configurable (#1748)Michael Grunder
2020-04-24Refactor redis_sock_get_connection_poolPavlo Yatsukhnenko
2020-04-10Fix documentation to show lPush and rPush are variadic. (#1737)Michael Grunder
2020-04-01Merge pull request #1731 from phpredis/server-open-authPavlo Yatsukhnenko
2020-03-30Authenticate in redis_sock_server_openPavlo Yatsukhnenko
2020-03-30requirepassPavlo Yatsukhnenko
2020-03-30Update session.save_path in RedisClusterTest::sessionTestPavlo Yatsukhnenko
2020-03-21Set redis_sock->stream to NULL to avoid use-after-freePavlo Yatsukhnenko
2020-03-21Update Changelog.mdPavlo Yatsukhnenko
2020-03-21Remove unused declarationsPavlo Yatsukhnenko
2020-03-20Remove duplicate definitionsPavlo Yatsukhnenko
2020-03-17Update Changelog.mdPavlo Yatsukhnenko
2020-03-16Fix arginfo for Redis::zaddPavlo Yatsukhnenko