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-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