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
2022-09-15Fix non standards conforming prototypes. (#2150)Michael Grunder
2022-08-21Issue #2141issue-2141Pavlo Yatsukhnenko
2022-08-03redis_session clean up ssl context.patricio.dorantes
2022-08-03fix use after free, initialize on NULLpatricio.dorantes
2022-08-01fix redis session standalone stream ssl contextpatricio.dorantes
2021-03-09Smaller default retry countmichael-grunder
2021-03-09Fail if session lock can't be acquired, more sane lock wait defaults, and add...Mike Griego
2020-09-08Issue #1782Pavlo Yatsukhnenko
2020-08-14Fix memory leak in rediscluster session handlerPavlo Yatsukhnenko
2020-07-07Proper cleanup and conditional address deallocation.michael-grunder
2020-07-06We don't want to efree a zend_stringmichael-grunder
2020-07-02Don't attempt to take ZSTR_VAL(NULL) (#1804)Michael Grunder
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2020-06-07Issue.1765 (#1774)Michael Grunder
2020-06-05Store auth information in cluster->flags->authPavlo Yatsukhnenko
2020-03-30Authenticate in redis_sock_server_openPavlo Yatsukhnenko
2020-01-14Remove "PHP Version 5" sectionTyson Andre
2020-01-10Also protect against session.gc_maxlifetime <= 0michael-grunder
2020-01-10Protect session.gc_maxlifetime from integer overflowmichael-grunder
2020-01-06Fix typos detected by codespellTyson Andre
2019-12-02Enable slot caching for session clusterMichael Booth
2019-10-26Issue #1657Pavlo Yatsukhnenko
2019-10-07Issue #1631Pavlo Yatsukhnenko
2019-07-27Refactor redis_sessionPavlo Yatsukhnenko
2019-07-24Refactor redis_sessionPavlo Yatsukhnenko
2019-07-23Refactor redis_sessionPavlo Yatsukhnenko
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-02-12Don't check lock status in PS_UPDATE_TIMESTAMP_FUNCPavlo Yatsukhnenko
2019-02-12Don't check the number affected keys in PS_UPDATE_TIMESTAMP_FUNCPavlo Yatsukhnenko
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-21Merge pull request #1494 from phpredis/cluster-auth2Pavlo Yatsukhnenko
2019-01-21Merge pull request #1485 from phpredis/consistent-hashingPavlo Yatsukhnenko
2019-01-18RedisCluster authPavlo Yatsukhnenko
2018-12-27PHPREDIS-1412: Breaking the lock acquire loop in case of network problemsMarius Meissner
2018-12-22Implement consistent hashing algorithm for RedisArrayPavlo Yatsukhnenko
2018-11-21Remove unused parameter lazy_connect from redis_sock_createPavlo Yatsukhnenko
2018-11-07Fix redis_sessionPavlo Yatsukhnenko
2018-11-07Fix coverity scan warningsPavlo Yatsukhnenko
2018-11-07Fix memory leak when aquiring lockPavlo Yatsukhnenko
2018-11-07Fix a memory leak when regenerating IDs (#1445)Michael Grunder
2018-10-01Fix scan-build warningsPavlo Yatsukhnenko
2018-09-29Streams (#1413)Michael Grunder
2018-08-22Change connect/reconnect logicPavlo Yatsukhnenko
2018-07-29Issue #1367Pavlo Yatsukhnenko
2018-06-04Minor refactoringHongbo Liu
2018-06-04Add callbacks validate_sid() & update_timestamp() to session handlerHongbo Liu
2018-05-31Issue #1358Pavlo Yatsukhnenko
2018-03-26Use zend_string for all lock_status membersPavlo Yatsukhnenko
2018-03-26Apply zend_string API for redis_session_keyPavlo Yatsukhnenko
2018-03-24Extra memory duplicationPavlo Yatsukhnenko