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 |
2010-11-30 |
Damian Janowski... | BRPOPLPUSH. |
tree | commitdiff |
2010-11-30 |
Damian Janowski... | Fix case in RPOPLPUSH. |
tree | commitdiff |
2010-11-29 |
Pieter Noordhuis | Refactor and support help for command names with spaces |
tree | commitdiff |
2010-11-29 |
Pieter Noordhuis | Use linenoise completion API from redis-cli |
tree | commitdiff |
2010-11-29 |
antirez | quick and dirty fix for hiredis bug creating problem... |
tree | commitdiff |
2010-11-29 |
antirez | new redis-cli command connect |
tree | commitdiff |
2010-11-28 |
Pieter Noordhuis | Refactor help-related code into redis-cli.c |
tree | commitdiff |
2010-11-28 |
Pieter Noordhuis | Update help.h generator script to output man-style... |
tree | commitdiff |
2010-11-26 |
Pieter Noordhuis | Merge remote branch 'visionmedia/cli-help' into cli... |
tree | commitdiff |
2010-11-21 |
Pieter Noordhuis | Don't hardcode make to "make" |
tree | commitdiff |
2010-11-21 |
Pieter Noordhuis | Stop using /dev/null to find out the serialized object... |
tree | commitdiff |
2010-11-21 |
Pieter Noordhuis | Wrapper around fwrite to make API consistent |
tree | commitdiff |
2010-11-21 |
Pieter Noordhuis | Return number of bytes written from rdbSave* functions |
tree | commitdiff |
2010-11-16 |
Tj Holowaychuk | Added redis-cli interactive help support |
tree | commitdiff |
2010-11-12 |
antirez | Fix for bug 374, thanks to Jeremy Zawodny for reporting... |
tree | commitdiff |
2010-11-11 |
antirez | volatile-lru maxmemory policy segfault fixed, thanks... |
tree | commitdiff |
2010-11-08 |
antirez | now redis-cli is able to show the Git SHA1 in the versi... |
tree | commitdiff |
next |