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-09-20Re-added HMGET + doc & unit tests.Nicolas Favre-Felix
2010-09-17Simplified code for pipeline and multi/exec.Nicolas Favre-Felix
2010-09-17RefactoringNicolas Favre-Felix
2010-09-16Added generic sort. TODO: doc, tests.Nicolas Favre-Felix
2010-09-13Added WATCH, UNWATCH, with doc and unit tests.Nicolas Favre-Felix
2010-08-17Fixed ZTS problems.Nicolas Favre-Felix
2010-08-17Removed global variables.Nicolas Favre-Felix
2010-07-23Added ZCOUNT + tests & docs.Nicolas Favre-Felix
2010-07-19Added ZRANK, ZREVRANK.Nicolas Favre-Felix
2010-07-19Added SRANDMEMBER, reported by `Virtuall` on IRC.Nicolas Favre-Felix
2010-06-30Added HMSET.Nicolas Favre-Felix
2010-06-17SETEX patch thanks to Zakay Danial.Nicolas Favre-Felix
2010-06-11publish/subscribe/unsubscribe implementation, fiw warningsNasreddine Bouafif
2010-05-18Almost done, still a slight problem with HGETALL.Nicolas Favre-Felix
2010-05-17Converted many functions to the new protocol.Nicolas Favre-Felix
2010-04-22Big cleanup.Nicolas Favre-Felix
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 HDEL, HLEN, HKEYS, HVALS, HGETALL + tests.Nicolas Favre-Felix
2010-03-15Added hGet/hSet + tests & documentation.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-15Merge branch 'master' of git@github.com:owlient/phpredisNasreddine Bouafif
2010-01-07Removed export of methods as module functions.Nicolas Favre-Felix
2009-12-28Added reconnect on timeout.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-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-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