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
2016-02-15More memory leak fixesmichael-grunder
2016-02-14Memory leak fixesmichael-grunder
2016-01-25Various memory related fixes for php7michael-grunder
2015-12-20Attempted solution to #707 and cleaned up some memory leaks/invalid freesmichael-grunder
2015-12-19Fix segfault for php7 and RedisArraymichael-grunder
2015-09-09Fix signed/unsigned mismatchJan-E
2015-09-09Fix incompatible typesJan-E
2015-09-08Fix compile errors in redis_session.cSean DuBois
2015-09-06Fixing test fails, no large changes mostly invalid frees and off-by-onesSean DuBois
2015-09-06Use heap allocated zvals instead of dynamic arraysSean DuBois
2015-09-06* retab, some files had tabs instead of 4 spacesSean DuBois
2015-09-04Fix compile time errors for redis_array_impl.cSean DuBois
2015-09-03Fix compile time errors for redis_array.cSean DuBois
2015-01-30Call zval destructor if we fall back to prevent leakmichael-grunder
2015-01-28Replace calls to zend_hash_quick_find with NULL argumentsMichael Maclean
2014-10-23Merge branch 'int-ra-timeout' into developmichael-grunder
2014-10-23Remove debug linemichael-grunder
2014-10-20Allow integer connect_timeout in RedisArraymichael-grunder
2014-07-06Merge branch 'hotfix/win32-fixes' into developmichael-grunder
2014-07-01fix unreferenced variable warningsAnatol Belski
2014-07-01fixes after the mergeAnatol Belski
2014-07-01Merge remote-tracking branch 'vostok4/master'Anatol Belski
2014-07-01added redis array stuff to win part done some fixes to itAnatol Belski
2014-05-15SAVE and BGSAVE are distrubte commandsmichael-grunder
2014-04-09Fix comments for C89 compatibilityvostok4
2014-04-09Merge nicolasff:b9a16b5ad5 in, fixing for Win32vostok4
2014-03-11Merge branch 'hotfix/ra_autorehash' into developmichael-grunder
2014-03-11Fix autorehashing in RedisArraymichael-grunder
2014-02-23add support for 'connect_timeout' option for redis arraysMike
2014-02-21Don't attempt MGET on nodes where no keys resolvemichael-grunder
2013-10-18Further fixes for building on VC9 Win32, C89 compliancevostok4
2013-10-10Fix compilation errors on Win32 with VC11vostok4
2013-08-11Fix argument order sent to ra_make_arraymichael-grunder
2013-08-11Integrating mobli's lazy connect and retry intervalmichael-grunder
2013-08-11Merge remote-tracking branch 'mobli/develop' into feature/mobli_ra_changesmichael-grunder
2013-08-11Merge branch 'feature/ra_mset_intkeys' into developmichael-grunder
2013-08-11Persistent connections with RedisArraymichael-grunder
2013-08-07Make sure RedisArray::mget returns an arraymichael-grunder
2013-08-01Formattingmichael-grunder
2013-08-01Allow for LONG and STRING keys in MGET and MSET. We can't allowmichael-grunder
2013-05-02Add FLUSHALL to RedisArrayNicolas Favre-Felix
2013-05-02Add FLUSHDB to RedisArrayNicolas Favre-Felix
2013-04-28Cutting a release for 2.2.3. Added myself as a maintainermichael-grunder
2013-02-25Added lazy_connect option to RedisArrayEmmanuel Merali
2013-02-22Merged changes from @mobliEmmanuel Merali
2013-01-29New select DB command to RedisArray - Added retry delay on reconnectEmmanuel Merali
2013-01-29Revert "Retry delay - selectDB on array"Emmanuel Merali
2013-01-21Retry delay - selectDB on arrayEmmanuel Merali
2012-10-09Copy zval in multi/exec/pipe forwarded array callsNicolas Favre-Felix
2012-09-10Fix RedisArray::_rehash to support closuresNicolas Favre-Felix