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-07-18fix closing conditionRemi Collet
2022-07-18mark auth param as sensitive for PHP 8.2Remi Collet
2021-08-26[WIP] Use stub/arginfo for RedisClusterPavlo Yatsukhnenko
2021-06-22Separate compression and create utility methodsmichael-grunder
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2020-03-21Remove unused declarationsPavlo Yatsukhnenko
2020-03-20Remove duplicate definitionsPavlo Yatsukhnenko
2020-03-09Add PHPREDIS_GET_OBJECT and PHPREDIS_ZVAL_GET_OBJECT macrosPavlo Yatsukhnenko
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-02-24Merge branch 'issue-1509' into issue.1448-require_php7michael-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.1502.geo-readonly-cmds' into issue.1448-require_php7michael-grunder
2019-02-14Implement GEORADIUS_RO and GEORADIUSBYMEMBER_ROmichael-grunder
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2018-09-29Streams (#1413)Michael Grunder
2018-01-17Implement UNLINK commandmichael-grunder
2017-08-15ZEND_HASH_FOREACH_PTRPavlo Yatsukhnenko
2017-03-04Issue #1087Pavlo Yatsukhnenko
2016-11-10WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-25WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-11WIP: php7 compatibilityPavlo Yatsukhnenko
2016-09-13WIP: php7 compatibilityPavlo Yatsukhnenko
2016-06-08Cluster geo commands and a generic so cluster and redis tests both workmichael-grunder
2015-05-09Added a new method sAddArray to both Redis and RedisClustermichael-grunder
2015-05-07Implement rawCommand() properly, as it's not the COMMAND command in Redis.michael-grunder
2015-05-06Use win32 function prototypes for lib functionsmichael-grunder
2015-05-06Implement getMode for RedisClustermichael-grunder
2015-05-06Implements the getMode() commandmichael-grunder
2015-05-06Initial commit incorporating a "readonly" flag.michael-grunder
2015-05-06Added getlasterror()/clearlasterror() routines, and amichael-grunder
2015-05-06Implement remaining commandsmichael-grunder
2015-05-06COMMAND commandmichael-grunder
2015-05-06ECHO commandmichael-grunder
2015-05-06ZREMRANGEBYLEXmichael-grunder
2015-05-06ZREVRANGEBYLEXmichael-grunder
2015-05-06PING responsemichael-grunder
2015-05-06RANDOMKEYmichael-grunder
2015-05-06TIME/ROLEmichael-grunder
2015-05-06LINDEXmichael-grunder
2015-05-06ZLEXCOUNTmichael-grunder
2015-05-06ZRANGEBYLEXmichael-grunder
2015-05-06INFO command as well as a direct slot tweakmichael-grunder
2015-05-06Updated _masters to return in two waysmichael-grunder
2015-05-06Added _masters methodmichael-grunder
2015-05-06EVAL/EVALSHAmichael-grunder
2015-05-06Key based SCAN variantsmichael-grunder
2015-05-06Initial commit of save like commandsmichael-grunder
2015-05-06Refactoring, updated handling of MULTI commandsmichael-grunder
2015-05-06DEL command implementedmichael-grunder