]> git.saurik.com Git - redis.git/history - src
FLUSHALL / FLUSHDB for diskstore implemented
[redis.git] / src /
2011-01-03  antirezFLUSHALL / FLUSHDB for diskstore implemented
2011-01-02  antirezfixed cache-flush-delay configuration parsing
2011-01-02  antirezfixed a bug in diskstore
2011-01-02  antirezdiskstore race condition fixed
2011-01-01  antirezminor comment change of dscache.c
2011-01-01  antirezblocking load fixed with the new design
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-31  antirezminor changes to doc and comments
2010-12-31  antireznegative caching implemented
2010-12-31  antirezdon't overload the IO job queue if there are alrady...
2010-12-31  antirezmajor bug and a dead lock fixed
2010-12-31  antirezbrainstorming with myself in dscache.c comments
2010-12-30  antirezblocking load of keys on lookup -- nor tested, nor...
2010-12-30  antirezshort but important comment added
2010-12-30  antirezhandled DEL command as a special optimized case for...
2010-12-30  antirezdiskstore cache bug fixing
2010-12-30  antirezdon't use small shared integer objects when disk store...
2010-12-30  antirezadded cache-flush-delay configuration directive. Don...
2010-12-30  antirezfixed bugs on diskstore cache
2010-12-30  antirezfilesystem based KV store mostly implemented in diskstore.c
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-30  antirezfixed a few bugs in DS store, now it's somewhat about...
2010-12-29  antirezdisk store logged messages improved
2010-12-29  antirezdiskstore directory structure creation
2010-12-29  antirezcron part of disk store object cache implemented. Objec...
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-29  antirezversion set to 2.3.0
2010-12-29  antirezmore step forwards for disk store to be able to run
2010-12-29  antirezimplemented complete job handling
2010-12-29  antirezstill more work for diskstore
2010-12-28  antirezmore work converting vm into object cache
2010-12-28  antirezremoved parts of VM that probably will be of no use...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-12-28  antirezinitial changes needed to turn the current VM code...
2010-12-28  antirezadded diskstore.c in Makefile and prototypes in redis.h
2010-12-26  antirezadded diskstore.c, currently just a stub
2010-12-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-19  antirezhelp.h updated
2010-12-19  antirezremoved some dead code, added evicted keys counter...
2010-12-19  antirezoverflow detection in INCR family functions
2010-12-15  antirezhelp.h updated
2010-12-15  antirezbulk transfers limited to 512 MB as this is the new...
2010-12-15  antirezMerge remote branch 'pietern/cli'
2010-12-15  Pieter NoordhuisSpecify multi-bulk delimiter via options
2010-12-15  Pieter NoordhuisImproved raw output mode
2010-12-15  antirezversion bumped to 2.1.8
2010-12-15  Pieter NoordhuisMake redis-cli help a little better
2010-12-15  Pieter NoordhuisShow redis-cli version with repository information...
2010-12-15  Pieter NoordhuisMinor changes to Makefile
2010-12-15  antirezMerge remote branch 'pietern/string-patches'
2010-12-15  Pieter NoordhuisUse helper function for string object length
2010-12-15  Pieter NoordhuisUse helper functions in APPEND
2010-12-15  Pieter NoordhuisDisable negative offsets for SETRANGE
2010-12-14  Pieter NoordhuisMake SETBIT return original bit value
2010-12-14  antirezspecial encoding limits redefined, and all the config...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezremoved a test that will never be true fixing the compi...
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  Pieter NoordhuisZero-pad timestamps in MONITOR output
2010-12-14  antirezinitialized a few vars just to avoid warnings, not...
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-14  Pieter NoordhuisRefactor and rename SUBSTR to GETRANGE
2010-12-14  Pieter NoordhuisAdd SETRANGE command implementation and tests
2010-12-14  antirezcow friendly HGETALL and variants
2010-12-14  Pieter NoordhuisDon't decode object on STRLEN when not necessary
2010-12-10  antirezpreviouse INCR implementation restored, was actually...
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-10  antirezdont take the fast path for INCR if the resulting integ...
2010-12-10  antirezfaster INCR doing far less allocation in common cases
2010-12-10  antirezfixed compilation on Linux
2010-12-10  antirezvalgrind suppression file added
2010-12-10  antirezHGET HMGET are now COW friendly, plus API refactoring...
2010-12-10  Pieter NoordhuisChange function name to match what it does
2010-12-10  Pieter NoordhuisTypo
2010-12-10  Pieter NoordhuisAdd generic function to grow an sds value
2010-12-09  antirezSINTER/MEMBERS are now COW friendly, also some refactor...
2010-12-09  Jonah H. Harrisremoved dup syslog-ident conditional
2010-12-09  Pieter NoordhuisEnforce maximum string value length of 512MB
2010-12-09  Jonah H. Harrissyslog support
2010-12-09  Pieter NoordhuisAdd commands SETBIT/GETBIT
2010-12-09  antirezCOW friendly versions of SPOP and SRANDMEMBER commands...
2010-12-07  antirezLRANGE converted into a COW friendly command. Some...
2010-12-06  Pieter NoordhuisDon't execute commands for clients when they are unblocked
2010-12-06  Pieter NoordhuisFix case and indent
2010-12-06  Pieter NoordhuisCheck other blocked clients when value could not be...
2010-12-06  Pieter NoordhuisMove code for pushing on a (blocking) RPOPLPUSH
2010-12-06  Pieter NoordhuisRename blpop_blocked_clients to bpop_blocked_clients
2010-12-06  Pieter NoordhuisMove timeout logic
2010-12-06  Pieter NoordhuisMerge branch 'master' into brpoplpush
2010-12-01  antirezadded support for ctrl-l and clear command into redis...
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-30  Michel Martens ... Fix BRPOPLPUSH behavior for all use cases.
2010-11-30  Damian Janowski... Adhere to conventions.
2010-11-30  Damian Janowski... Rename bstate to bpop.
2010-11-30  Damian Janowski... Remove warning.
2010-11-30  Damian Janowski... Handle BRPOPLPUSH inside a transaction.
2010-11-30  Damian Janowski... Refactor code for BRPOPLPUSH.
2010-11-30  Damian Janowski... Move to struct.
next