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-05-19Issue #548 (#1649)Pavlo Yatsukhnenko
2020-05-08Fix scan-build warningPavlo Yatsukhnenko
2020-04-24Refactor redis_sock_get_connection_poolPavlo Yatsukhnenko
2020-03-30Authenticate in redis_sock_server_openPavlo Yatsukhnenko
2020-03-21Set redis_sock->stream to NULL to avoid use-after-freePavlo Yatsukhnenko
2020-03-12Issue #1721Pavlo Yatsukhnenko
2020-03-02Merge 5.2.0 into developmichael-grunder
2020-02-07Add RedisSentinel class and testsPavlo Yatsukhnenko
2020-01-06Fix typos detected by codespellTyson Andre
2019-12-07Change PING to ECHO to be compatible with old versions of Redis.Pavlo Yatsukhnenko
2019-12-05Switch to snprintf and modify challenge stringmichael-grunder
2019-12-05Issue #1668Pavlo Yatsukhnenko
2019-11-05Issue #1664Pavlo Yatsukhnenko
2019-10-06Fix segfault in zend_destroy_rsrc_listPavlo Yatsukhnenko
2019-10-06Also set error for hGetAll and lower error len by 1michael-grunder
2019-10-06Issue #1643Pavlo Yatsukhnenko
2019-10-05Fix coverity scan warningsPavlo Yatsukhnenko
2019-09-29Fix unix-socket detection logic broken in 418428faPavlo Yatsukhnenko
2019-09-29Use zend_register_persistent_resource_exPavlo Yatsukhnenko
2019-09-25Revert "Use negative port number to indicate unix socket"Pavlo Yatsukhnenko
2019-09-25Use negative port number to indicate unix socketPavlo Yatsukhnenko
2019-07-18ulong => zend_ulong for 7.4Remi Collet
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