2011-01-03 |
antirez | FLUSHALL / FLUSHDB for diskstore implemented |
tree | commitdiff |
2011-01-02 |
antirez | fixed cache-flush-delay configuration parsing |
tree | commitdiff |
2011-01-02 |
antirez | fixed a bug in diskstore |
tree | commitdiff |
2011-01-02 |
antirez | diskstore race condition fixed |
tree | commitdiff |
2011-01-01 |
antirez | minor comment change of dscache.c |
tree | commitdiff |
2011-01-01 |
antirez | blocking load fixed with the new design |
tree | commitdiff |
2011-01-01 |
antirez | implemented a different approach to IO scheduling,... |
tree | commitdiff |
2010-12-31 |
antirez | minor changes to doc and comments |
tree | commitdiff |
2010-12-31 |
antirez | negative caching implemented |
tree | commitdiff |
2010-12-31 |
antirez | don't overload the IO job queue if there are alrady... |
tree | commitdiff |
2010-12-31 |
antirez | major bug and a dead lock fixed |
tree | commitdiff |
2010-12-31 |
antirez | brainstorming with myself in dscache.c comments |
tree | commitdiff |
2010-12-30 |
antirez | blocking load of keys on lookup -- nor tested, nor... |
tree | commitdiff |
2010-12-30 |
antirez | short but important comment added |
tree | commitdiff |
2010-12-30 |
antirez | handled DEL command as a special optimized case for... |
tree | commitdiff |
2010-12-30 |
antirez | diskstore cache bug fixing |
tree | commitdiff |
2010-12-30 |
antirez | don't use small shared integer objects when disk store... |
tree | commitdiff |
2010-12-30 |
antirez | added cache-flush-delay configuration directive. Don... |
tree | commitdiff |
2010-12-30 |
antirez | fixed bugs on diskstore cache |
tree | commitdiff |
2010-12-30 |
antirez | filesystem based KV store mostly implemented in diskstore.c |
tree | commitdiff |
2010-12-30 |
antirez | more work done for diskstore without trying to compile... |
tree | commitdiff |
2010-12-30 |
antirez | fixed a few bugs in DS store, now it's somewhat about... |
tree | commitdiff |
2010-12-29 |
antirez | disk store logged messages improved |
tree | commitdiff |
2010-12-29 |
antirez | diskstore directory structure creation |
tree | commitdiff |
2010-12-29 |
antirez | cron part of disk store object cache implemented. Objec... |
tree | commitdiff |
2010-12-29 |
antirez | touched key for WATCH refactored into a more general... |
tree | commitdiff |
2010-12-29 |
antirez | version set to 2.3.0 |
tree | commitdiff |
2010-12-29 |
antirez | more step forwards for disk store to be able to run |
tree | commitdiff |
2010-12-29 |
antirez | implemented complete job handling |
tree | commitdiff |
2010-12-29 |
antirez | still more work for diskstore |
tree | commitdiff |
2010-12-28 |
antirez | more work converting vm into object cache |
tree | commitdiff |
2010-12-28 |
antirez | removed parts of VM that probably will be of no use... |
tree | commitdiff |
2010-12-28 |
antirez | a lot of code reworked/removed to implement object... |
tree | commitdiff |
2010-12-28 |
antirez | initial changes needed to turn the current VM code... |
tree | commitdiff |
2010-12-28 |
antirez | added diskstore.c in Makefile and prototypes in redis.h |
tree | commitdiff |
2010-12-26 |
antirez | added diskstore.c, currently just a stub |
tree | commitdiff |
2010-12-20 |
antirez | Merge branch 'master' of github.com:antirez/redis |
tree | commitdiff |
2010-12-19 |
antirez | help.h updated |
tree | commitdiff |
2010-12-19 |
antirez | removed some dead code, added evicted keys counter... |
tree | commitdiff |
2010-12-19 |
antirez | overflow detection in INCR family functions |
tree | commitdiff |
2010-12-15 |
antirez | help.h updated |
tree | commitdiff |
2010-12-15 |
antirez | bulk transfers limited to 512 MB as this is the new... |
tree | commitdiff |
2010-12-15 |
antirez | Merge remote branch 'pietern/cli' |
tree | commitdiff |
2010-12-15 |
Pieter Noordhuis | Specify multi-bulk delimiter via options |
tree | commitdiff |
2010-12-15 |
Pieter Noordhuis | Improved raw output mode |
tree | commitdiff |
2010-12-15 |
antirez | version bumped to 2.1.8 |
tree | commitdiff |
2010-12-15 |
Pieter Noordhuis | Make redis-cli help a little better |
tree | commitdiff |
2010-12-15 |
Pieter Noordhuis | Show redis-cli version with repository information... |
tree | commitdiff |
2010-12-15 |
Pieter Noordhuis | Minor changes to Makefile |
tree | commitdiff |
2010-12-15 |
antirez | Merge remote branch 'pietern/string-patches' |
tree | commitdiff |
2010-12-15 |
Pieter Noordhuis | Use helper function for string object length |
tree | commitdiff |
2010-12-15 |
Pieter Noordhuis | Use helper functions in APPEND |
tree | commitdiff |
2010-12-15 |
Pieter Noordhuis | Disable negative offsets for SETRANGE |
tree | commitdiff |
2010-12-14 |
Pieter Noordhuis | Make SETBIT return original bit value |
tree | commitdiff |
2010-12-14 |
antirez | special encoding limits redefined, and all the config... |
tree | commitdiff |
2010-12-14 |
antirez | Merge remote branch 'jonahharris/syslog' |
tree | commitdiff |
2010-12-14 |
antirez | Merge remote branch 'pietern/cli-monitor' |
tree | commitdiff |
2010-12-14 |
antirez | removed a test that will never be true fixing the compi... |
tree | commitdiff |
2010-12-14 |
antirez | Merge branch 'master' of github.com:antirez/redis |
tree | commitdiff |
2010-12-14 |
antirez | Merge remote branch 'pietern/strrange' |
tree | commitdiff |
2010-12-14 |
Pieter Noordhuis | Zero-pad timestamps in MONITOR output |
tree | commitdiff |
2010-12-14 |
antirez | initialized a few vars just to avoid warnings, not... |
tree | commitdiff |
2010-12-14 |
antirez | Merge remote branch 'pietern/brpoplpush' |
tree | commitdiff |
2010-12-14 |
Pieter Noordhuis | Refactor and rename SUBSTR to GETRANGE |
tree | commitdiff |
2010-12-14 |
Pieter Noordhuis | Add SETRANGE command implementation and tests |
tree | commitdiff |
2010-12-14 |
antirez | cow friendly HGETALL and variants |
tree | commitdiff |
2010-12-14 |
Pieter Noordhuis | Don't decode object on STRLEN when not necessary |
tree | commitdiff |
2010-12-10 |
antirez | previouse INCR implementation restored, was actually... |
tree | commitdiff |
2010-12-10 |
antirez | Merge remote branch 'pietern/testverbosity' |
tree | commitdiff |
2010-12-10 |
antirez | dont take the fast path for INCR if the resulting integ... |
tree | commitdiff |
2010-12-10 |
antirez | faster INCR doing far less allocation in common cases |
tree | commitdiff |
2010-12-10 |
antirez | fixed compilation on Linux |
tree | commitdiff |
2010-12-10 |
antirez | valgrind suppression file added |
tree | commitdiff |
2010-12-10 |
antirez | HGET HMGET are now COW friendly, plus API refactoring... |
tree | commitdiff |
2010-12-10 |
Pieter Noordhuis | Change function name to match what it does |
tree | commitdiff |
2010-12-10 |
Pieter Noordhuis | Typo |
tree | commitdiff |
2010-12-10 |
Pieter Noordhuis | Add generic function to grow an sds value |
tree | commitdiff |
2010-12-09 |
antirez | SINTER/MEMBERS are now COW friendly, also some refactor... |
tree | commitdiff |
2010-12-09 |
Jonah H. Harris | removed dup syslog-ident conditional |
tree | commitdiff |
2010-12-09 |
Pieter Noordhuis | Enforce maximum string value length of 512MB |
tree | commitdiff |
2010-12-09 |
Jonah H. Harris | syslog support |
tree | commitdiff |
2010-12-09 |
Pieter Noordhuis | Add commands SETBIT/GETBIT |
tree | commitdiff |
2010-12-09 |
antirez | COW friendly versions of SPOP and SRANDMEMBER commands... |
tree | commitdiff |
2010-12-07 |
antirez | LRANGE converted into a COW friendly command. Some... |
tree | commitdiff |
2010-12-06 |
Pieter Noordhuis | Don't execute commands for clients when they are unblocked |
tree | commitdiff |
2010-12-06 |
Pieter Noordhuis | Fix case and indent |
tree | commitdiff |
2010-12-06 |
Pieter Noordhuis | Check other blocked clients when value could not be... |
tree | commitdiff |
2010-12-06 |
Pieter Noordhuis | Move code for pushing on a (blocking) RPOPLPUSH |
tree | commitdiff |
2010-12-06 |
Pieter Noordhuis | Rename blpop_blocked_clients to bpop_blocked_clients |
tree | commitdiff |
2010-12-06 |
Pieter Noordhuis | Move timeout logic |
tree | commitdiff |
2010-12-06 |
Pieter Noordhuis | Merge branch 'master' into brpoplpush |
tree | commitdiff |
2010-12-01 |
antirez | added support for ctrl-l and clear command into redis... |
tree | commitdiff |
2010-11-30 |
antirez | minor merge conflicts merging cli-help branch fixed |
tree | commitdiff |
2010-11-30 |
Michel Martens ... | Fix BRPOPLPUSH behavior for all use cases. |
tree | commitdiff |
2010-11-30 |
Damian Janowski... | Adhere to conventions. |
tree | commitdiff |
2010-11-30 |
Damian Janowski... | Rename bstate to bpop. |
tree | commitdiff |
2010-11-30 |
Damian Janowski... | Remove warning. |
tree | commitdiff |
2010-11-30 |
Damian Janowski... | Handle BRPOPLPUSH inside a transaction. |
tree | commitdiff |
2010-11-30 |
Damian Janowski... | Refactor code for BRPOPLPUSH. |
tree | commitdiff |
2010-11-30 |
Damian Janowski... | Move to struct. |
tree | commitdiff |
next |