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
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
2011-08-18Added _function().Nicolas Favre-Felix
2011-08-18Added MSET.Nicolas Favre-Felix
2011-08-18MGET cleanupNicolas Favre-Felix
2011-08-18No memory leaks in MGET.Nicolas Favre-Felix
2011-08-18Added debug info in MGET cleanupNicolas Favre-Felix
2011-08-18Added debug info in MGET cleanupNicolas Favre-Felix
2011-08-18First working version of MGET.Nicolas Favre-Felix
2011-08-18Added info()Nicolas Favre-Felix
2011-08-18Added _target() method.Nicolas Favre-Felix
2011-08-18Added _hosts() method.Nicolas Favre-Felix
2011-08-18Return FALSE if we can't pick a node.Nicolas Favre-Felix
2011-08-18Added support for user-defined key extraction functionsNicolas Favre-Felix
2011-08-18Extract {relevant} part of the key.Nicolas Favre-Felix
2011-08-18First working ring!Nicolas Favre-Felix
2011-08-18Replaced RedisSock with Redis zval.Nicolas Favre-Felix
2011-08-18Picked the node based on key hashNicolas Favre-Felix
2011-08-18Linked ra to PHP RedisArray objectNicolas Favre-Felix
2011-08-18Bugfix, and added crc32 function.Nicolas Favre-Felix
2011-08-18Added array constructor with multiple connectionsNicolas Favre-Felix
2011-08-18RedisArray constructorNicolas Favre-Felix