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 |
2010-11-08 |
antirez | make sure to flush stdout every line read in monitor... |
tree | commitdiff |
2010-11-08 |
antirez | added noeviction policy to redis maxmemory. ZSCORE... |
tree | commitdiff |
2010-11-08 |
antirez | build redis-server at the end so have a more pleasing... |
tree | commitdiff |
2010-11-08 |
antirez | fixed compilation with 32bit target |
tree | commitdiff |
2010-11-08 |
antirez | non blocking loading of the DB / AOF with informations... |
tree | commitdiff |
2010-11-05 |
antirez | version bumped to 2.1.7 after merging with aaslave... |
tree | commitdiff |
2010-11-05 |
antirez | Merge branch 'aaslave' |
tree | commitdiff |
2010-11-05 |
antirez | version bumped to 2.1.6 |
tree | commitdiff |
2010-11-05 |
antirez | Merge remote branch 'pietern/benchmark' |
tree | commitdiff |
2010-11-05 |
Pieter Noordhuis | Use multi-bulk protocol in SET benchmark |
tree | commitdiff |
2010-11-04 |
antirez | config option to select if when replication link with... |
tree | commitdiff |
2010-11-04 |
antirez | replication asynchronous SYNC information in INFO output |
tree | commitdiff |
2010-11-04 |
antirez | more replication info in logs |
tree | commitdiff |
2010-11-04 |
antirez | non blocking slave replication is now more non blocking... |
tree | commitdiff |
2010-11-04 |
antirez | typos and minor stuff fixed in the new non blocking... |
tree | commitdiff |
2010-11-04 |
antirez | first attempt to non blocking implementation of slave... |
tree | commitdiff |
2010-11-04 |
Pieter Noordhuis | Microsecond latency resolution in redis-benchmark |
tree | commitdiff |
2010-11-04 |
Pieter Noordhuis | Use hiredis from redis-benchmark |
tree | commitdiff |
2010-11-04 |
Pieter Noordhuis | Stop using the freelist robj* cache |
tree | commitdiff |
2010-11-03 |
Pieter Noordhuis | Import linenoise as dependency for redis-cli |
tree | commitdiff |
2010-11-03 |
Pieter Noordhuis | Put duration in parenthesis |
tree | commitdiff |
2010-11-03 |
Pieter Noordhuis | Add proper numbering for multi bulk replies in redis-cli |
tree | commitdiff |
2010-11-03 |
Pieter Noordhuis | Use hiredis from redis-cli |
tree | commitdiff |
2010-11-03 |
antirez | added support for command renaming/suppression in redis... |
tree | commitdiff |
2010-11-03 |
antirez | command lookup process turned into a much more flexible... |
tree | commitdiff |
2010-11-03 |
antirez | Now it is possible to use quoted strings in the redis... |
tree | commitdiff |
2010-11-02 |
antirez | Merge remote branch 'pietern/unixsocket' |
tree | commitdiff |
2010-11-02 |
antirez | RSS information in INFO output |
tree | commitdiff |
2010-11-02 |
antirez | Do not update the LRU info on key lookup when we have... |
tree | commitdiff |
2010-11-02 |
antirez | redis-cli in interactive mode now prints the time elaps... |
tree | commitdiff |
2010-11-02 |
antirez | Revert "Function to compute RSS memory usage in a fast... |
tree | commitdiff |
2010-11-02 |
antirez | Revert "Now maxmemory, VM, and everything else uses... |
tree | commitdiff |
2010-11-02 |
antirez | Now maxmemory, VM, and everything else uses the fast... |
tree | commitdiff |
2010-11-02 |
antirez | Function to compute RSS memory usage in a fast way... |
tree | commitdiff |
2010-11-02 |
antirez | removed a number of stupid compilation warnings on... |
tree | commitdiff |
2010-11-02 |
antirez | zmalloc functions to get RSS and fragmentation refactor... |
tree | commitdiff |
2010-10-28 |
antirez | merge conflict resolved |
tree | commitdiff |
next |