2011-04-06 |
Pieter Noordhuis | Merge branch 'unstable' into unstable-zset |
blob | commitdiff | raw |
2011-04-06 |
antirez | OBJECT command implemented |
blob | commitdiff | raw | diff to current |
2011-04-01 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
blob | commitdiff | raw | diff to current |
2011-04-01 |
antirez | DUMP implemented, RESTORE and MIGRATE fixed. Use zcallo... |
blob | commitdiff | raw | diff to current |
2011-03-30 |
antirez | centralized cluster config file name. Assigned slots... |
blob | commitdiff | raw | diff to current |
2011-03-29 |
antirez | Cluster branch merged to unstable. |
blob | commitdiff | raw | diff to current |
2011-03-29 |
antirez | Merge remote branch 'origin/getkeys' into unstable |
blob | commitdiff | raw | diff to current |
2011-03-23 |
antirez | new preloading implemented, still EXEC not handled... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
antirez | command table altered for the new API to get position... |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Pieter Noordhuis | Configurable thresholds for encoded sorted sets |
blob | commitdiff | raw | diff to current |
2011-03-07 |
antirez | Merge remote branch 'pietern/unstable-sigs' into unstable |
blob | commitdiff | raw | diff to current |
2011-03-06 |
Pieter Noordhuis | Save RDB on SIGTERM (see issue #471) |
blob | commitdiff | raw | diff to current |
2011-02-28 |
antirez | RDB/AOF loading times logged with millisecond precision |
blob | commitdiff | raw | diff to current |
2011-02-25 |
antirez | more disk store fields in INFO |
blob | commitdiff | raw | diff to current |
2011-02-21 |
antirez | conflict resolved in cherry pick |
blob | commitdiff | raw | diff to current |
2011-02-09 |
antirez | introduced a new logging function for big messages |
blob | commitdiff | raw | diff to current |
2011-02-07 |
antirez | Merge remote branch 'pietern/unstable-brpoplpush' into... |
blob | commitdiff | raw | diff to current |
2011-02-07 |
antirez | Fix for the previous port 0 patch, thanks to Pieter... |
blob | commitdiff | raw | diff to current |
2011-02-07 |
antirez | If port zero is specified, Redis will not listen for... |
blob | commitdiff | raw | diff to current |
2011-01-27 |
antirez | propagate key eviction to slaves and AOF, like for... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
antirez | INFO commandstats section reset with config resetstat... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
antirez | Now INFO outputs the "INFO default" output if no argume... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
antirez | INFO output refactoring. Now "INFO section" will report... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
antirez | profiling information in INFO |
blob | commitdiff | raw | diff to current |
2011-01-20 |
antirez | Fixed issue #435 and at the same time introduced explic... |
blob | commitdiff | raw | diff to current |
2011-01-17 |
Pieter Noordhuis | Remove client from list of unblocked clients when it... |
blob | commitdiff | raw | diff to current |
2011-01-14 |
antirez | implemented two new INFO fields showing the size of... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
antirez | fixed bgsave_in_progress in INFO when BGSAVEing with... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
antirez | allocation stats in INFO |
blob | commitdiff | raw | diff to current |
2011-01-07 |
antirez | diskstore BGSAVE should work now |
blob | commitdiff | raw | diff to current |
2011-01-07 |
antirez | more work towards diskstore bgsave |
blob | commitdiff | raw | diff to current |
2011-01-07 |
antirez | source reshaped a bit to play well with a bgsaving... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
antirez | Merge remote branch 'pietern/writev-unstable' into... |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Pieter Noordhuis | Remove glueoutputbuf option and broken code |
blob | commitdiff | raw | diff to current |
2011-01-04 |
antirez | Merge branch 'master' into unstable |
blob | commitdiff | raw | diff to current |
2011-01-02 |
antirez | fixed cache-flush-delay configuration parsing |
blob | commitdiff | raw | diff to current |
2011-01-01 |
antirez | implemented a different approach to IO scheduling,... |
blob | commitdiff | raw | diff to current |
2010-12-31 |
antirez | negative caching implemented |
blob | commitdiff | raw | diff to current |
2010-12-30 |
antirez | added cache-flush-delay configuration directive. Don... |
blob | commitdiff | raw | diff to current |
2010-12-30 |
antirez | more work done for diskstore without trying to compile... |
blob | commitdiff | raw | diff to current |
2010-12-30 |
antirez | fixed a few bugs in DS store, now it's somewhat about... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
antirez | disk store logged messages improved |
blob | commitdiff | raw | diff to current |
2010-12-29 |
antirez | diskstore directory structure creation |
blob | commitdiff | raw | diff to current |
2010-12-29 |
antirez | cron part of disk store object cache implemented. Objec... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
antirez | touched key for WATCH refactored into a more general... |
blob | commitdiff | raw | diff to current |
2010-12-28 |
antirez | more work converting vm into object cache |
blob | commitdiff | raw | diff to current |
2010-12-28 |
antirez | initial changes needed to turn the current VM code... |
blob | commitdiff | raw | diff to current |
2010-12-23 |
antirez | Merge remote branch 'pietern/bench-fix' |
blob | commitdiff | raw | diff to current |
2010-12-23 |
Pieter Noordhuis | Fix compiler warnings on Solaris |
blob | commitdiff | raw | diff to current |
2010-12-20 |
antirez | Merge branch 'master' of github.com:antirez/redis |
blob | commitdiff | raw | diff to current |
2010-12-19 |
antirez | removed some dead code, added evicted keys counter... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | Merge remote branch 'jonahharris/syslog' |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | Merge remote branch 'pietern/cli-monitor' |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | Merge branch 'master' of github.com:antirez/redis |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | Merge remote branch 'pietern/strrange' |
blob | commitdiff | raw | diff to current |
2010-12-14 |
antirez | Merge remote branch 'pietern/brpoplpush' |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Pieter Noordhuis | Refactor and rename SUBSTR to GETRANGE |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Pieter Noordhuis | Add SETRANGE command implementation and tests |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Jonah H. Harris | syslog support |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Pieter Noordhuis | Add commands SETBIT/GETBIT |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Pieter Noordhuis | Don't execute commands for clients when they are unblocked |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Pieter Noordhuis | Rename blpop_blocked_clients to bpop_blocked_clients |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Pieter Noordhuis | Merge branch 'master' into brpoplpush |
blob | commitdiff | raw | diff to current |
2010-11-30 |
antirez | minor merge conflicts merging cli-help branch fixed |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Damian Janowski... | BRPOPLPUSH. |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Damian Janowski... | Fix case in RPOPLPUSH. |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Pieter Noordhuis | Merge remote branch 'visionmedia/cli-help' into cli... |
blob | commitdiff | raw | diff to current |
2010-11-21 |
Pieter Noordhuis | Stop using /dev/null to find out the serialized object... |
blob | commitdiff | raw | diff to current |
2010-11-11 |
antirez | volatile-lru maxmemory policy segfault fixed, thanks... |
blob | commitdiff | raw | diff to current |
2010-11-08 |
antirez | added noeviction policy to redis maxmemory. ZSCORE... |
blob | commitdiff | raw | diff to current |
2010-11-08 |
antirez | non blocking loading of the DB / AOF with informations... |
blob | commitdiff | raw | diff to current |
2010-11-05 |
antirez | Merge branch 'aaslave' |
blob | commitdiff | raw | diff to current |
2010-11-05 |
antirez | Merge remote branch 'pietern/benchmark' |
blob | commitdiff | raw | diff to current |
2010-11-04 |
antirez | config option to select if when replication link with... |
blob | commitdiff | raw | diff to current |
2010-11-04 |
antirez | replication asynchronous SYNC information in INFO output |
blob | commitdiff | raw | diff to current |
2010-11-04 |
antirez | typos and minor stuff fixed in the new non blocking... |
blob | commitdiff | raw | diff to current |
2010-11-04 |
antirez | first attempt to non blocking implementation of slave... |
blob | commitdiff | raw | diff to current |
2010-11-04 |
Pieter Noordhuis | Stop using the freelist robj* cache |
blob | commitdiff | raw | diff to current |
2010-11-03 |
antirez | added support for command renaming/suppression in redis... |
blob | commitdiff | raw | diff to current |
2010-11-03 |
antirez | command lookup process turned into a much more flexible... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
antirez | Merge remote branch 'pietern/unixsocket' |
blob | commitdiff | raw | diff to current |
2010-11-02 |
antirez | RSS information in INFO output |
blob | commitdiff | raw | diff to current |
2010-11-02 |
antirez | Revert "Function to compute RSS memory usage in a fast... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
antirez | Revert "Now maxmemory, VM, and everything else uses... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
antirez | Now maxmemory, VM, and everything else uses the fast... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
antirez | Function to compute RSS memory usage in a fast way... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
antirez | removed a number of stupid compilation warnings on... |
blob | commitdiff | raw | diff to current |
2010-10-28 |
antirez | merge conflict resolved |
blob | commitdiff | raw | diff to current |
2010-10-28 |
Pieter Noordhuis | When REDIS_CLOSE_AFTER_REPLY is set, there may never... |
blob | commitdiff | raw | diff to current |
2010-10-28 |
Pieter Noordhuis | Unify two client flags that mean the same |
blob | commitdiff | raw | diff to current |
2010-10-28 |
antirez | Merge remote branch 'remotes/pietern/zrevrangebyscore' |
blob | commitdiff | raw | diff to current |
2010-10-22 |
antirez | Make sure to reset the signal handler and deliver again... |
blob | commitdiff | raw | diff to current |
2010-10-22 |
Robey Pointer | if server.saveparamslen is not set, don't save the... |
blob | commitdiff | raw | diff to current |
2010-10-21 |
antirez | reports if tcmalloc is in used in INFO output |
blob | commitdiff | raw | diff to current |
2010-10-17 |
Pieter Noordhuis | Skip object encoding where it doesn't make sense |
blob | commitdiff | raw | diff to current |
2010-10-17 |
Pieter Noordhuis | Removed unused command flags |
blob | commitdiff | raw | diff to current |
2010-10-17 |
Pieter Noordhuis | Convert objects in the command procs instead of the... |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Pieter Noordhuis | Don't reset the client when processCommand returns... |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Pieter Noordhuis | Refactor request parsing code for efficiency |
blob | commitdiff | raw | diff to current |
next |