]> git.saurik.com Git - redis.git/history - src/db.c
some RDB server struct fields renamed.
[redis.git] / src / db.c
2011-12-21  antirezsome RDB server struct fields renamed.
2011-12-21  antirezmore AOF server struct fields renamed.
2011-12-21  antirezAOF refactoring, now with three states: ON, OFF, WAIT_R...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-18  antirezNew script timeout semantics and SCRIPT KILL implemente...
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-10  antirezhigh resolution expires API modified to use separated...
2011-11-09  antirezTTL, EXPIRE and EXPIREAT now support the milliseconds...
2011-11-09  antirezInitial support for key expire times with millisecond...
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-10-17  antirezFLUSHALL now prevents rdbSave() from resetting the...
2011-10-17  antirezFLUSHALL will only perform a blocking SAVE if RDB persi...
2011-10-10  Salvatore SanfilippoMerge pull request #126 from florean/unstable
2011-10-10  antirezFix for bug #128 about the RENAME command.
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezreplaced redisAssert() with redisAssertWithInfo() in...
2011-09-22  antirezmerge conflicts resolved
2011-07-12  antirezmaster branch merged into scripting.
2011-07-07  antirezdon't process EXPIRE with negative TTL or EXPIREAT...
2011-07-07  Hampus WessmanDon't expire keys while loading AOF.
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezDB API refactoring. The changes were designed together...
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  antirezFixed semantics of CLUSTER SETSLOT, SELECT now only...
2011-05-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-29  antirezCLUSTER GETKEYSINSLOT implemented
2011-04-28  antireztake a hashslot -> keys index, will be used for cluster...
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-29  antirezCluster branch merged to unstable.
2011-03-29  antirezMerge remote branch 'origin/getkeys' into unstable
2011-03-28  antirezfixed a bug in RENAME getKeys() function
2011-03-28  antirezbug fixed in zunionstore specific getKeys() implementation
2011-03-28  antirezFixes to the new preloading / key discovery APIs
2011-03-23  antireznew preloading implemented, still EXEC not handled...
2011-03-04  antirezTTL command fixed to work reliably with diskstore
2011-01-14  antirezmaster-slave replication fixed, it was not listing...
2011-01-09  antireztest adapted to run with diskstore, and a few bugs...
2011-01-07  antirezsource reshaped a bit to play well with a bgsaving...
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-03  antirezfixed logging level for debugging message
2011-01-03  antirezdiskstore more fixes
2011-01-03  antirezdiskstore bug fixing and negative cache proper implemen...
2011-01-03  antirezFLUSHALL / FLUSHDB for diskstore implemented
2011-01-02  antirezfixed a bug in diskstore
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  antirezmajor bug and a dead lock fixed
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  antirezmore work done for diskstore without trying to compile...
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-03  antirezcommand lookup process turned into a much more flexible...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezDo not update the LRU info on key lookup when we have...
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-15  antirezadded keyspace_hits and keyspace_misses fields in INFO...
2010-10-15  antirezDon't increment dirty on expireIfNeeded() as natural...
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  antirezObject approximated LRU algorithm enhanced / fixed...
2010-10-13  Pieter NoordhuisMerge branch 'master' into zrevrangebyscore
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-07  antirezfixed an alignment problem with time_t is 32 bit, long...
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-08  antirezFix re-enabled again, I forgot to check if VM was enabl...
2010-09-08  antirezlatest fix reverted, there is some problem reported...
2010-09-08  antirezFixed a race condition in VM happening when a key was...
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-09-02  Pieter NoordhuisUse existing reply functions where possible
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-30  Pieter NoordhuisWrapper for adding unknown multi bulk length to reply...
2010-08-30  antirezFixed MONITOR mode and Issue 296
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-23  antirezFixed overflow detection in argument to long convertion...
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-03  antirezPERSIST: a fix and some basic test
2010-08-03  antirezPERSIST command implemented
2010-08-03  antirezMerge remote branch 'pietern/test-encoding-fix' into...
2010-08-03  antirezallow to set a new EXPIRE of an existing volatile key
2010-08-02  antirezmemory leak removed from expire propagation code
2010-08-02  antirezsupport for write operations against expiring keys...
2010-07-12  antirezWATCH is now affected only when write commands actually...
2010-07-05  antirezWATCH will now consider touched keys target of EXPIRE...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
next