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
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-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-03-09Merge branch 'hotfix/ra_type_check' into developmichael-grunder
2014-03-09Data type check on redis array host infomichael-grunder
2014-02-24Cleanup mergemichael-grunder
2014-02-23fix for parsing ini value from string (atol should have been atof)Mike
2014-02-23add support for 'connect_timeout' option for redis arraysMike
2013-11-13Fixed ra->pconnect parameter in ra_make_arrayNicolas Van Eenaeme
2013-10-18Further fixes for building on VC9 Win32, C89 compliancevostok4
2013-10-10Fix compilation errors on Win32 with VC11vostok4
2013-09-01Rollback the automatic resharding distributormichael-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-11Re-add UNIX socket support to RedisArraymichael-grunder
2013-08-11Persistent connections with RedisArraymichael-grunder
2013-07-22Fix poor performance on initial useEmmanuel Merali
2013-07-22Changed distributor to accepts stringsEmmanuel Merali
2013-05-26FIx C99 complianceEmmanuel Merali
2013-05-22Easy resharding distributorEmmanuel Merali
2013-04-28Cutting a release for 2.2.3. Added myself as a maintainermichael-grunder
2013-03-20Merge branch 'hotfix/php5.2_warnings' into developmichael-grunder
2013-03-20Use another NULL for zend_is_callable_exmichael-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-09-10Fix RedisArray::_rehash to support closuresNicolas Favre-Felix
2012-08-29fix unused-variable warnings (2)Remi Collet
2012-06-23Added EXISTS as a read-only command, which sorts issue #206michael-grunder
2012-03-12More fixes for PHP 5.4Nicolas Favre-Felix
2012-01-31Fixed compilation issues with Clang.Nicolas Favre-Felix
2012-01-30Fixed missing parameter in ZTS maintainer mode.Nicolas Favre-Felix
2011-12-25Performance improvements for expire on rehashEmmanuel Merali
2011-12-22Added key expiry on rehashEmmanuel Merali
2011-12-20Make sure to avoid overflows on 32-bits.Nicolas Favre-Felix
2011-12-12Reordered arguments to ra_index_multi().Nicolas Favre-Felix
2011-12-11External key distributorEmmanuel Merali
2011-12-11Fixed move zsetEmmanuel Merali
2011-12-08Renamed crc32 to rcrc32Emmanuel Merali
2011-12-08Allow use of pipeline in RedisArrayEmmanuel Merali
2011-11-27Added missing UNWATCH.Nicolas Favre-Felix
2011-11-27Added missing DISCARD in RedisArray mode.Nicolas Favre-Felix
2011-10-27Fix for PHP 5.2 compatibility.Nicolas Favre-Felix
2011-09-14Added missing index on MSET.Nicolas Favre-Felix
2011-09-14Changed DEL to use index when available.Nicolas Favre-Felix
2011-09-05Memory fixes.Nicolas Favre-Felix