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
2012-08-30warning: variable 'redis_inst' set but not used (compiler can't check logic h...Remi Collet
2012-08-30fix warning: variable 'redis_inst' set but not used [-Wunused-but-set-variable]Remi Collet
2012-08-29fix unused-variable warningsRemi Collet
2012-06-23Added a specific clause in the failure/failover logic for the TYPE command,michael-grunder
2012-06-23RedisArray fixesmichael-grunder
2012-03-12More fixes for PHP 5.4Nicolas Favre-Felix
2012-01-31Fixed compilation issues with Clang.Nicolas Favre-Felix
2011-12-14s/_specified/_instanceNicolas Favre-Felix
2011-12-12Added retrieval of specific instance form ArrayEmmanuel Merali
2011-12-12Reordered arguments to ra_index_multi().Nicolas Favre-Felix
2011-12-11External key distributorEmmanuel Merali
2011-12-08Renamed crc32 to rcrc32Emmanuel Merali
2011-12-08Allow use of pipeline in RedisArrayEmmanuel Merali
2011-11-28Added missing autorehash option.Nicolas Favre-Felix
2011-11-27Added missing UNWATCH.Nicolas Favre-Felix
2011-11-27Added missing DISCARD in RedisArray mode.Nicolas Favre-Felix
2011-09-20Fixed duplicate symbol (GitHub issue #50)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-14Fixed memory corruption issueNicolas Favre-Felix
2011-09-05Memory fixes.Nicolas Favre-Felix
2011-09-04Fixed memory leak in MSETNicolas Favre-Felix
2011-09-04Check for memory error, not fixed yetNicolas Favre-Felix
2011-09-04More key locality tests, including a custom matching functionNicolas Favre-Felix
2011-09-04Multi/Exec support for MGET, MSET, and DEL.Nicolas Favre-Felix
2011-09-04CleanupNicolas Favre-Felix
2011-09-04Multi/exec, per node.Nicolas Favre-Felix
2011-09-04Auto rehash keys on read miss + config.iniNicolas Favre-Felix
2011-08-28Added TSRMLS_CC/DC where needed.Nicolas Favre-Felix
2011-08-28Memory cleanup after RedisArray creationNicolas Favre-Felix
2011-08-28Added getOption/setOptionNicolas Favre-Felix
2011-08-28Added INI loaderNicolas Favre-Felix
2011-08-28Better constructorNicolas Favre-Felix
2011-08-28Fixes to rehashing testNicolas Favre-Felix
2011-08-28Added distributed PINGNicolas Favre-Felix
2011-08-28Rehashing callbackNicolas Favre-Felix
2011-08-19Bugfix on key indexing.Nicolas Favre-Felix
2011-08-19Update target index when rehashing.Nicolas Favre-Felix
2011-08-19Started resharding and fixed memory corruption issue.Nicolas Favre-Felix
2011-08-19RefactoringNicolas Favre-Felix
2011-08-19Added bool index parameter to RedisArray constructorNicolas Favre-Felix
2011-08-19First working version of read-through with a 'previous' arrayNicolas Favre-Felix
2011-08-19Set index only for write commands.Nicolas Favre-Felix
2011-08-19RefactoringNicolas Favre-Felix
2011-08-19Memory cleanupNicolas Favre-Felix
2011-08-19Working key indexing in MULTI/EXEC contextNicolas Favre-Felix
2011-08-19__call now wrapped in MULTI/EXECNicolas Favre-Felix
2011-08-19Loaded second ringNicolas Favre-Felix
2011-08-18Added command aliases.Nicolas Favre-Felix
2011-08-18Added DEL, + variadic DEL.Nicolas Favre-Felix