2011-01-03 |
antirez | FLUSHALL / FLUSHDB for diskstore implemented |
commit | commitdiff | tree | snapshot |
2011-01-02 |
antirez | fixed cache-flush-delay configuration parsing |
commit | commitdiff | tree | snapshot |
2011-01-02 |
antirez | fixed a bug in diskstore |
commit | commitdiff | tree | snapshot |
2011-01-02 |
antirez | diskstore race condition fixed |
commit | commitdiff | tree | snapshot |
2011-01-01 |
antirez | minor comment change of dscache.c |
commit | commitdiff | tree | snapshot |
2011-01-01 |
antirez | blocking load fixed with the new design |
commit | commitdiff | tree | snapshot |
2011-01-01 |
antirez | implemented a different approach to IO scheduling,... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
antirez | minor changes to doc and comments |
commit | commitdiff | tree | snapshot |
2010-12-31 |
antirez | negative caching implemented |
commit | commitdiff | tree | snapshot |
2010-12-31 |
antirez | don't overload the IO job queue if there are alrady... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
antirez | major bug and a dead lock fixed |
commit | commitdiff | tree | snapshot |
2010-12-31 |
antirez | brainstorming with myself in dscache.c comments |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | blocking load of keys on lookup -- nor tested, nor... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | short but important comment added |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | handled DEL command as a special optimized case for... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | diskstore cache bug fixing |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | don't use small shared integer objects when disk store... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | added cache-flush-delay configuration directive. Don... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | fixed bugs on diskstore cache |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | filesystem based KV store mostly implemented in diskstore.c |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | new gitingore |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | more work done for diskstore without trying to compile... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
antirez | fixed a few bugs in DS store, now it's somewhat about... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
antirez | disk store logged messages improved |
commit | commitdiff | tree | snapshot |
2010-12-29 |
antirez | diskstore directory structure creation |
commit | commitdiff | tree | snapshot |
2010-12-29 |
antirez | cron part of disk store object cache implemented. Objec... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
antirez | touched key for WATCH refactored into a more general... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
antirez | version set to 2.3.0 |
commit | commitdiff | tree | snapshot |
2010-12-29 |
antirez | more step forwards for disk store to be able to run |
commit | commitdiff | tree | snapshot |
2010-12-29 |
antirez | implemented complete job handling |
commit | commitdiff | tree | snapshot |
2010-12-29 |
antirez | still more work for diskstore |
commit | commitdiff | tree | snapshot |
2010-12-28 |
antirez | more work converting vm into object cache |
commit | commitdiff | tree | snapshot |
2010-12-28 |
antirez | removed parts of VM that probably will be of no use... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
antirez | a lot of code reworked/removed to implement object... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
antirez | initial changes needed to turn the current VM code... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
antirez | added diskstore.c in Makefile and prototypes in redis.h |
commit | commitdiff | tree | snapshot |
2010-12-26 |
antirez | added diskstore.c, currently just a stub |
commit | commitdiff | tree | snapshot |
2010-12-20 |
antirez | added mkrelease.sh script into utils. gitignore modifie... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
antirez | Merge branch 'master' of github.com:antirez/redis |
commit | commitdiff | tree | snapshot |
2010-12-20 |
antirez | TODO udpated |
commit | commitdiff | tree | snapshot |
2010-12-19 |
antirez | help.h updated |
commit | commitdiff | tree | snapshot |
2010-12-19 |
antirez | removed some dead code, added evicted keys counter... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
antirez | overflow detection in INCR family functions |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | help.h updated |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | added the mandatory Cheers in the release notes |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | release notes, info on 2.0 compatibility |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | added more info in the release notes |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | removed a line from release notes that was not true... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | typo fixed |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | release notes added |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | bulk transfers limited to 512 MB as this is the new... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | Merge remote branch 'pietern/cli' |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Pieter Noordhuis | Specify multi-bulk delimiter via options |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | added new HTML doc pages |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Pieter Noordhuis | Improved raw output mode |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | HTML doc updated |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | version bumped to 2.1.8 |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Pieter Noordhuis | Make redis-cli help a little better |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Pieter Noordhuis | Show redis-cli version with repository information... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Pieter Noordhuis | Minor changes to Makefile |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | Merge remote branch 'pietern/string-patches' |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Pieter Noordhuis | Update tests for STRLEN |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Pieter Noordhuis | Use helper function for string object length |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Pieter Noordhuis | Use helper functions in APPEND |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Pieter Noordhuis | Disable negative offsets for SETRANGE |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Pieter Noordhuis | Add fuzzy test for SETBIT |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | fixed test rendering when test failed in non verbose... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | print test names inline in the non verbose output mode |
commit | commitdiff | tree | snapshot |
2010-12-15 |
antirez | colorized make test output when the verbose output... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Pieter Noordhuis | Make SETBIT return original bit value |
commit | commitdiff | tree | snapshot |
2010-12-14 |
antirez | special encoding limits redefined, and all the config... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
antirez | Merge remote branch 'jonahharris/syslog' |
commit | commitdiff | tree | snapshot |
2010-12-14 |
antirez | Merge remote branch 'pietern/cli-monitor' |
commit | commitdiff | tree | snapshot |
2010-12-14 |
antirez | removed a test that will never be true fixing the compi... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
antirez | Merge branch 'master' of github.com:antirez/redis |
commit | commitdiff | tree | snapshot |
2010-12-14 |
antirez | Merge remote branch 'pietern/strrange' |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Pieter Noordhuis | Zero-pad timestamps in MONITOR output |
commit | commitdiff | tree | snapshot |
2010-12-14 |
antirez | initialized a few vars just to avoid warnings, not... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
antirez | Merge remote branch 'pietern/brpoplpush' |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Pieter Noordhuis | Add test cases for GETRANGE against integer-encoded... |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Pieter Noordhuis | Refactor and rename SUBSTR to GETRANGE |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Pieter Noordhuis | Add SETRANGE command implementation and tests |
commit | commitdiff | tree | snapshot |
2010-12-14 |
antirez | cow friendly HGETALL and variants |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Pieter Noordhuis | Don't decode object on STRLEN when not necessary |
commit | commitdiff | tree | snapshot |
2010-12-10 |
antirez | Linenoise updated to latest version |
commit | commitdiff | tree | snapshot |
2010-12-10 |
antirez | previouse INCR implementation restored, was actually... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
antirez | Merge remote branch 'pietern/testverbosity' |
commit | commitdiff | tree | snapshot |
2010-12-10 |
antirez | dont take the fast path for INCR if the resulting integ... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
antirez | faster INCR doing far less allocation in common cases |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Pieter Noordhuis | Be less verbose in testing; improve error handling |
commit | commitdiff | tree | snapshot |
2010-12-10 |
antirez | fixed compilation on Linux |
commit | commitdiff | tree | snapshot |
2010-12-10 |
antirez | command line option in test suite to activate valgrind... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
antirez | valgrind suppression file added |
commit | commitdiff | tree | snapshot |
2010-12-10 |
antirez | HGET HMGET are now COW friendly, plus API refactoring... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Pieter Noordhuis | Change function name to match what it does |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Pieter Noordhuis | Typo |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Pieter Noordhuis | Add generic function to grow an sds value |
commit | commitdiff | tree | snapshot |
2010-12-09 |
antirez | SINTER/MEMBERS are now COW friendly, also some refactor... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jonah H. Harris | removed dup syslog-ident conditional |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Pieter Noordhuis | Enforce maximum string value length of 512MB |
commit | commitdiff | tree | snapshot |
next |