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-20Fixed memory leak in MSET.Nicolas Favre-Felix
2010-09-20Small fixes for PUB/SUB.Nicolas Favre-Felix
2010-09-19Fixed INFO, TYPE for MULTI/EXEC context.Nicolas Favre-Felix
2010-09-19Refactoring for 2.0Nicolas Favre-Felix
2010-09-19Cleanup.Nicolas Favre-Felix
2010-09-18More command refactoring.Nicolas Favre-Felix
2010-09-17Very large refactoring, simplified a lot of code.Nicolas Favre-Felix
2010-09-17More improvements on MULTI/EXEC.Nicolas Favre-Felix
2010-09-17Simplified code for pipeline and multi/exec.Nicolas Favre-Felix
2010-09-17RefactoringNicolas Favre-Felix
2010-09-17Added array of patterns to 'get' option in SORT().Nicolas Favre-Felix
2010-09-16Bugfix on limits.Nicolas Favre-Felix
2010-09-16Fixed "sort".Nicolas 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-09-13Fixed HMSET with NULL values, added doc & tests.Nicolas Favre-Felix
2010-08-31Added new range support for ZRANGEBYSCORE, ZCOUNT.Nicolas Favre-Felix
2010-08-17Fixed ZTS problems.Nicolas Favre-Felix
2010-08-17Removed global variables.Nicolas Favre-Felix
2010-07-26PUBLISH/SUBSCRIBE crashes.Nicolas Favre-Felix
2010-07-26MULTI/EXEC updates and documentation.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-07-17Fixed float format (thanks to brstgt).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-26Fixed HSET, added more tests.Nicolas Favre-Felix
2010-05-26Ported fixes from master to "multi".Nicolas Favre-Felix
2010-05-18Almost done, still a slight problem with HGETALL.Nicolas Favre-Felix
2010-05-17Fixed HINCRBY.Nicolas Favre-Felix
2010-05-17More functions use the new protocol, bugfixes.Nicolas Favre-Felix
2010-05-17Fixed MULTI/EXEC bug with ZRANGE.Nicolas Favre-Felix
2010-05-17Converted many functions to the new protocol.Nicolas Favre-Felix
2010-05-13More MULTI/EXEC/PIPELINE fixes.Nicolas Favre-Felix
2010-05-13SAVE, LASTSAVE, BGSAVE, FLUSHDB, FLUSHALL, DBSIZE now work with MULTI/pipeline.Nicolas Favre-Felix
2010-05-12Fixed small leak and assert error.Nicolas Favre-Felix
2010-05-12Working better, cleaned a lot of leaks.Nicolas Favre-Felix
2010-05-12MULTI/EXEC and pipeline working for the first time.Nicolas Favre-Felix
2010-04-22Fixed bounds overflow which was corrupting free().Nicolas Favre-Felix
2010-04-22More work on the pipeline, with tests.Nicolas Favre-Felix
2010-04-22Editor issues...Nicolas Favre-Felix
2010-04-22Merge commit '319a14668b7425daef68aba7ef42092c5744e33e' into multiNicolas Favre-Felix
2010-04-22Merge from masterNicolas Favre-Felix
2010-04-22Added withscores=false in zRange, zReverseRange.Nicolas Favre-Felix
2010-04-22ZRANGE now takes integers + fix for INCR changes.Nicolas Favre-Felix
2010-04-22Fixed more MULTI/EXEC code.Nicolas Favre-Felix
2010-04-22Removed comments in C++ style.Nicolas Favre-Felix