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
2019-03-19Merge branch 'cluster-slot-cache' into issue.1448-require_php7michael-grunder
2019-02-24Merge branch 'issue-1509' into issue.1448-require_php7michael-grunder
2019-02-19Remove dead code, fix min_argc for blocking commandsmichael-grunder
2019-02-19Change ZPOP* return type and implement blocking variantsmichael-grunder
2019-02-17Add ZPOPMAX and ZPOPMIN supportMarin Bezhanov
2019-02-14Merge branch 'issue.1448-require_php7' into cluster-slot-cachemichael-grunder
2019-02-14Merge branch 'issue.1502.geo-readonly-cmds' into issue.1448-require_php7michael-grunder
2019-02-14Implement GEORADIUS_RO and GEORADIUSBYMEMBER_ROmichael-grunder
2019-02-09Merge exception fixes into cluster-slot-cachemichael-grunder
2019-02-09PHP 7 exception and compiler warning fixesmichael-grunder
2019-02-09WIP: Reimplementation of cluster slot cachingmichael-grunder
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
2019-01-09Issue #1492Pavlo Yatsukhnenko
2019-01-09Use zend_string for pipeline_cmdPavlo Yatsukhnenko
2019-01-03Different key hashing algorithms from hash extension.Pavlo Yatsukhnenko
2018-12-26Merge pull request #1426 from twose/developPavlo Yatsukhnenko
2018-12-22Implement consistent hashing algorithm for RedisArrayPavlo Yatsukhnenko
2018-11-21Remove unused parameter lazy_connect from redis_sock_createPavlo Yatsukhnenko
2018-11-08Close() Optimizationfanjiapeng
2018-11-08Fix function close() return valuefanjiapeng
2018-10-23Issue #1434Pavlo Yatsukhnenko
2018-10-19Update STREAM API to handle STATUS -> BULK reply changemichael-grunder
2018-10-13Remove useless ZEND_ACC_[C|D]TOR.twosee
2018-10-08Reset the socket after a timeout to make sure no wrong data is received (#1417)Marc de Jonge
2018-09-29Streams (#1413)Michael Grunder
2018-09-05session is requiredRemi Collet
2018-09-05Issue #1388Pavlo Yatsukhnenko
2018-09-05Issue #1388Pavlo Yatsukhnenko
2018-08-22Change connect/reconnect logicPavlo Yatsukhnenko
2018-04-22Issue #1302Pavlo Yatsukhnenko
2018-04-22Issue #1302Pavlo Yatsukhnenko
2018-04-11only the first arg of connect and pconnect is requiredMathieu Rochette
2018-03-24Merge branch 'session-locking' into developPavlo Yatsukhnenko
2018-02-26Show git revision in phpinfoPavlo Yatsukhnenko
2018-02-17Some style normalizationmichael-grunder
2018-01-25Merge branch 'issue.1287' into developmichael-grunder
2018-01-19Merge branch 'swapdb-command' into developmichael-grunder
2018-01-18Implement SWAPDB commandmichael-grunder
2018-01-17Syntax fixes and prototype consolidationmichael-grunder
2018-01-17Implement UNLINK commandmichael-grunder
2018-01-05Issue #1287Pavlo Yatsukhnenko
2017-11-29Avoid connection in helper methodsPavlo Yatsukhnenko
2017-11-17RefactoringPavlo Yatsukhnenko
2017-11-11Refactored session locking logicmichael-grunder
2017-11-02PHPREDIS-37: Converted global lock_release_lua_script_hash to pointer and use...Marius Meissner
2017-11-02PHPREDIS-37: Sorted php.ini parameters alphabeticallyMarius Meissner
2017-10-30PHPREDIS-37: Add locking functionalityMarius Meissner