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-09-28Issue.1847 cluster segfault (#1850)Michael Grunder
2020-08-31Issue #1794Pavlo Yatsukhnenko
2020-08-28Issue #1831Pavlo Yatsukhnenko
2020-08-05Refactor redis_sock_check_livenessPavlo Yatsukhnenko
2020-07-09Don't use zend_fcall_info.no_separationPavlo Yatsukhnenko
2020-07-07Issue #1607 (#1806)Pavlo Yatsukhnenko
2020-07-07Passing only NULL to auth is a failure for redis_get_auth_infomichael-grunder
2020-06-26Also NULL terminate if format is NULLmichael-grunder
2020-06-26Make sure we NULL terminate our pool IDmichael-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-02Issue #1600Pavlo Yatsukhnenko
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