2011-02-03 |
Pieter Noordhuis | Clarify comment |
tree | commitdiff |
2011-02-03 |
Pieter Noordhuis | Reply with single null bulk for unsuccesful BRPOPLPUSH |
tree | commitdiff |
2011-01-27 |
antirez | propagate key eviction to slaves and AOF, like for... |
tree | commitdiff |
2011-01-27 |
antirez | Fixed a theoretical non exploitable security bug report... |
tree | commitdiff |
2011-01-24 |
antirez | INFO commandstats section reset with config resetstat... |
tree | commitdiff |
2011-01-24 |
antirez | portability fix in redis benchmark, using zu format... |
tree | commitdiff |
2011-01-23 |
antirez | Now INFO outputs the "INFO default" output if no argume... |
tree | commitdiff |
2011-01-23 |
antirez | INFO output refactoring. Now "INFO section" will report... |
tree | commitdiff |
2011-01-23 |
antirez | profiling information in INFO |
tree | commitdiff |
2011-01-20 |
antirez | Fixed issue #435 and at the same time introduced explic... |
tree | commitdiff |
2011-01-20 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
tree | commitdiff |
2011-01-20 |
antirez | Fixed compilation on FreeBSD |
tree | commitdiff |
2011-01-17 |
Pieter Noordhuis | Remove client from list of unblocked clients when it... |
tree | commitdiff |
2011-01-15 |
antirez | lame typo causing bad hashes memory characteristic |
tree | commitdiff |
2011-01-14 |
antirez | implemented two new INFO fields showing the size of... |
tree | commitdiff |
2011-01-14 |
antirez | master-slave replication fixed, it was not listing... |
tree | commitdiff |
2011-01-13 |
antirez | redisServer structure fields reordered for clarity |
tree | commitdiff |
2011-01-09 |
antirez | fixed bgsave_in_progress in INFO when BGSAVEing with... |
tree | commitdiff |
2011-01-09 |
antirez | DEBUG FLUSHCACHE needs to wait that everything was... |
tree | commitdiff |
2011-01-09 |
antirez | test adapted to run with diskstore, and a few bugs... |
tree | commitdiff |
2011-01-09 |
antirez | initial fix of the test suite to run both in in-memory... |
tree | commitdiff |
2011-01-09 |
antirez | allocation stats in INFO |
tree | commitdiff |
2011-01-08 |
antirez | DEBUG OBJECT fixed with diskstore, force loading |
tree | commitdiff |
2011-01-08 |
antirez | resolved a problem with delayed loading of keys |
tree | commitdiff |
2011-01-07 |
antirez | blocking SAVE implemented |
tree | commitdiff |
2011-01-07 |
antirez | avoid bgsaving temp files |
tree | commitdiff |
2011-01-07 |
antirez | diskstore BGSAVE should work now |
tree | commitdiff |
2011-01-07 |
antirez | more work towards diskstore bgsave |
tree | commitdiff |
2011-01-07 |
antirez | source reshaped a bit to play well with a bgsaving... |
tree | commitdiff |
2011-01-07 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
tree | commitdiff |
2011-01-05 |
antirez | BGSAVE work in progress |
tree | commitdiff |
2011-01-05 |
antirez | Merge remote branch 'pietern/writev-unstable' into... |
tree | commitdiff |
2011-01-05 |
antirez | IO performances greatly improved under high writes... |
tree | commitdiff |
2011-01-05 |
Pieter Noordhuis | Remove newlines for networking errors |
tree | commitdiff |
2011-01-05 |
Pieter Noordhuis | Remove glueoutputbuf option and broken code |
tree | commitdiff |
2011-01-04 |
antirez | Merge branch 'master' into unstable |
tree | commitdiff |
2011-01-04 |
antirez | handle end of space on device in a better way |
tree | commitdiff |
2011-01-04 |
antirez | strictly honour memory limit |
tree | commitdiff |
2011-01-04 |
antirez | rename(2) used in diskstore.c for atomic updates of... |
tree | commitdiff |
2011-01-04 |
antirez | TODO list updated |
tree | commitdiff |
2011-01-03 |
antirez | fixed logging level for debugging message |
tree | commitdiff |
2011-01-03 |
antirez | stupid bug fixed |
tree | commitdiff |
2011-01-03 |
antirez | serious performance enhancement of diskstore |
tree | commitdiff |
2011-01-03 |
antirez | diskstore more fixes |
tree | commitdiff |
2011-01-03 |
antirez | comments on top of dscache.c updated |
tree | commitdiff |
2011-01-03 |
antirez | diskstore FLUSH* fixed |
tree | commitdiff |
2011-01-03 |
antirez | diskstore bug fixing and negative cache proper implemen... |
tree | commitdiff |
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-23 |
antirez | Merge remote branch 'pietern/bench-fix' |
tree | commitdiff |
2010-12-23 |
Pieter Noordhuis | Fix compiler warnings on Solaris |
tree | commitdiff |
2010-12-23 |
Pieter Noordhuis | limits.h is already included from redis.h |
tree | commitdiff |
2010-12-23 |
Pieter Noordhuis | Solaris 10 doesn't know AF_LOCAL |
tree | commitdiff |
2010-12-23 |
Pieter Noordhuis | Solaris doesn't support -rdynamic |
tree | commitdiff |
2010-12-23 |
Pieter Noordhuis | Randomize keys and set start time when first write... |
tree | commitdiff |
2010-12-23 |
Pieter Noordhuis | Find substrings to randomize when the client is created |
tree | commitdiff |
2010-12-22 |
Pieter Noordhuis | Make the MSET benchmark *really* work with 10 keys |
tree | commitdiff |
2010-12-22 |
Pieter Noordhuis | Remove code duplication |
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-18 |
Didier Spezia | Add wait states to deal with many connections. |
tree | commitdiff |
2010-12-18 |
Pieter Noordhuis | Use multi-bulk protocol by default in redis-benchmark |
tree | commitdiff |
2010-12-16 |
Pieter Noordhuis | Re-use variable data in redis-benchmark |
tree | commitdiff |
2010-12-16 |
Pieter Noordhuis | Fix NULL-termination of variable data in redis-benchmark |
tree | commitdiff |
next |