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-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
2009-11-23Restored the connection timeout feature.Nicolas Favre-Felix
2009-11-23DEL now w/ multiple args. + tests & refactoring.Nicolas Favre-Felix
2009-11-23Added 10e6. Thanks to Pete Warden for this patch.Nicolas Favre-Felix
2009-11-20Implented MOVE. Warning: no test!Nicolas Favre-Felix
2009-11-20Added SELECT + test. Need to add more tests for select though, this is not en...Nicolas Favre-Felix
2009-11-20INFO + test.Nicolas Favre-Felix
2009-11-20TTL + test.Nicolas Favre-Felix
2009-11-20DBSIZE + slight refactoring. + test.Nicolas Favre-Felix
2009-11-20FLUSHDB, FLUSHALL. + tests.Nicolas Favre-Felix
2009-11-20LASTSAVE + test.Nicolas Favre-Felix
2009-11-20BGSAVE + test. Temporarily disabled the timeout.Nicolas Favre-Felix
2009-11-20SAVE + pseudo-test.Nicolas Favre-Felix
2009-11-18SDIFF, SDIFFSTORE. + tests.Nicolas Favre-Felix
2009-11-18SUNION, SUNIONSTORE. Slight refactoring + tests.Nicolas Favre-Felix
2009-11-18SINTERSTORE + refactored SINTER. + tests.Nicolas Favre-Felix
2009-11-18SINTER + tests.Nicolas Favre-Felix
2009-11-18RENAMENX + tests.Nicolas Favre-Felix
2009-11-18RENAME + tests.Nicolas Favre-Felix
2009-11-18RANDOMKEY + tests.Nicolas Favre-Felix
2009-11-18GETSET + tests.Nicolas Favre-Felix
2009-11-18Added SPOP + tests.Nicolas Favre-Felix
2009-11-18Added SMOVE + tests.Nicolas Favre-Felix
2009-11-18LPOP, RPOP, LRANGE. + tests, of course.Nicolas Favre-Felix
2009-11-18Added SETNX + testsNicolas Favre-Felix
2009-11-13Initial commitNicolas Favre-Felix