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-02Better variadic function, variadic HDEL.Nicolas Favre-Felix
2011-07-08Added resetStat functionErik Dubbelboer
2011-06-30Build fix for win32 (phpredis 2.1.3)Charles
2011-05-20version bump after tagging mistake2.1.3Nicolas Favre-Felix
2011-05-20Version bump to 2.1.1Nicolas Favre-Felix
2011-04-28Added BRPOPLPUSH.Nicolas Favre-Felix
2011-04-06Added OBJECT command.Nicolas Favre-Felix
2011-01-24Add missing ZREMRANGEBYRANK + doc, tests.Nicolas Favre-Felix
2011-01-24Add HSETNX.Nicolas Favre-Felix
2011-01-20removed dead code.2.1.0Nicolas Favre-Felix
2011-01-20Added MSETNX.Nicolas Favre-Felix
2011-01-14Change version to 2.1.0Nicolas Favre-Felix
2010-12-28Added ZREVRANGEBYSCORE.Nicolas Favre-Felix
2010-12-28Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-17Added GETBIT, SETBIT with doc and unit tests.Nicolas Favre-Felix
2010-12-16Added SETRANGE, missing doc and tests.Nicolas Favre-Felix
2010-12-16Replaced SUBSTR with GETRANGE.Nicolas Favre-Felix
2010-12-15Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-15added pconnect, has to be tested and checkedSimon Effenberg
2010-12-13Merge branch 'master' into serializerNicolas Favre-Felix
2010-12-13Fixed a large number of warnings when compiled with -Wall (thanks to github u...Nicolas Favre-Felix
2010-12-12Serializing option for HGET/HSET/HGETALL.Nicolas Favre-Felix
2010-12-09First work on serializer.Nicolas Favre-Felix
2010-11-17Added more contact info, version 2.0.112.0.11Nicolas Favre-Felix
2010-10-29Version bump, 2.0.102.0.10Nicolas Favre-Felix
2010-10-25Added INCR aliases.Nicolas Favre-Felix
2010-10-21Added SLAVEOF.Nicolas Favre-Felix
2010-10-12release 2.0.82.0.8Nicolas Favre-Felix
2010-10-12Fixes for static compilation.Nicolas Favre-Felix
2010-10-11Added symbol for static compilation.2.0.7Nicolas Favre-Felix
2010-10-06Added floating-point timeout for better precision.2.0.5Nicolas Favre-Felix
2010-10-01Adding blPop and brPop commandsNasreddine Bouafif
2010-09-30version 2.0.42.0.4Nicolas Favre-Felix
2010-09-30Added PERSIST.Nicolas Favre-Felix
2010-09-30Added BGREWRITEAOF.Nicolas Favre-Felix
2010-09-29Add append, substr and strlen commandsNasreddine Bouafif
2010-09-29Update version2.0.3Nasreddine Bouafif
2010-09-29Add lPushx, rPushx and lInsert commandsNasreddine Bouafif
2010-09-22Fix for binary keys.2.0.2Nicolas Favre-Felix
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