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
2010-04-22Revert "Big cleanup."Nicolas Favre-Felix
2010-04-22Big cleanup.Nicolas Favre-Felix
2010-04-22Big cleanup.Nicolas Favre-Felix
2010-04-22refactoring commandsNasreddine Bouafif
2010-04-09testsNasreddine Bouafif
2010-04-08Pipeline : refactoring using macro (need to validate/refactor all the commands)Nasreddine Bouafif
2010-04-08Pipeline for commands : lPop, rPop, lRemove, listTrim, lindex, lgetrange, sAd...Nasreddine Bouafif
2010-04-07Activating pipeline for command (set, setnx, getSet, get, randomKey, renameKe...Nasreddine Bouafif
2010-04-07Pipeline process implementation : need to impact the modifications on the res...Nasreddine Bouafif
2010-04-01re-organize code, init pipelineNasreddine Bouafif
2010-04-01fix warnings, cleanNasreddine Bouafif
2010-04-01Multi/ExecNasreddine Bouafif
2010-03-17Merge branch 'master' of git@github.com:owlient/phpredisNicolas Favre-Felix
2010-03-17LIMIT & WITHSCORES to ZRANGEBYSCORE, by Diego Sana.Nicolas Favre-Felix
2010-03-17Merge branch 'master' of git@github.com:owlient/phpredisNasreddine Bouafif
2010-03-17Added zInter and zUnion.Nasreddine Bouafif
2010-03-17HINCRBY. Waiting for antirez to implement it :)Nicolas Favre-Felix
2010-03-17Added hExists + tests + doc. Also refactored a bit.Nicolas Favre-Felix
2010-03-16Added array support for DEL,SUNION,SINTER...Nicolas Favre-Felix
2010-03-16Fixed a bug with MGETNicolas Favre-Felix
2010-03-16Fixed a bug with MGETNicolas Favre-Felix
2010-03-16typosNicolas Favre-Felix
2010-03-16Added HDEL, HLEN, HKEYS, HVALS, HGETALL + tests.Nicolas Favre-Felix
2010-03-15Added hGet/hSet + tests & documentation.Nicolas Favre-Felix
2010-03-15Updated to latest redis head.Nicolas Favre-Felix
2010-03-10Added expireAt + test + documentation.Nicolas Favre-Felix
2010-02-18Documentation fixes thanks to github user "Klinky":Nicolas Favre-Felix
2010-02-17Fixed and completed the z* documentation, added method aliases.Nicolas Favre-Felix
2010-02-15Change sorted sets to use doubles, added ZINCRBY, added tests.Nicolas Favre-Felix
2010-02-15Made z* method names more consistent w/ doc, added tests. ZINCRBY will be add...Nicolas Favre-Felix
2010-02-15Added special check for empty/null keys on sorts, in order to return FALSE.Nicolas Favre-Felix
2010-02-15Merge branch 'master' of git@github.com:owlient/phpredisNasreddine Bouafif
2010-01-07Removed export of methods as module functions.Nicolas Favre-Felix
2010-01-04Added expire alias to setTimeout, thanks @eekfuNicolas Favre-Felix
2009-12-28Added reconnect on timeout.Nicolas Favre-Felix
2009-12-22Merge branch 'master' into 1.1Nicolas Favre-Felix
2009-12-22Fixed a memory leak on getMultiple (Thanks Dan!)Nicolas Favre-Felix
2009-12-02Sorted Sets, commands and tests.Nasreddine Bouafif
2009-11-30Added fancy return values for type().Nicolas Favre-Felix
2009-11-30Added RPOPLPUSH + tests.Nicolas Favre-Felix
2009-11-30Added MSET, part of redis 1.1Nicolas Favre-Felix
2009-11-27Cleanup, added declarations.Nicolas Favre-Felix
2009-11-26Refactored some more, fixed a few leaks.Nicolas Favre-Felix
2009-11-26Refactored some more.Nicolas Favre-Felix
2009-11-26Refactored a lot, this simplifies many methods.Nicolas Favre-Felix
2009-11-24Added aliases and fixed leaks. Thanks melfar!Nicolas Favre-Felix
2009-11-23Made "move" public, added documentation.Nicolas Favre-Felix
2009-11-23SORT commands! Simpler and tested (partially).Nicolas Favre-Felix
2009-11-23AUTH + call in the test file. Uncomment to use.Nicolas Favre-Felix
2009-11-23Faster get and we can now store "-ERR" in redis :)Nicolas Favre-Felix