]> git.saurik.com Git - redis.git/history - src/db.c
Fixed RESTORE hash failure (Issue #532)
[redis.git] / src / db.c
2012-05-01  Salvatore SanfilippoMerge pull request #488 from pietern/2.6-safekeys
2012-04-30  Pieter NoordhuisUse safe dictionary iterator from KEYS
2012-04-07  antirezNever used function stringObjectEqualsMs() removed.
2012-04-05  antirezexpireGenericCommand(): better variable names and a...
2012-04-05  Premysl Hrubyfor (p)expireat use absolute time, without double recom...
2012-04-05  Premysl Hrubyfix mstime() ommited while comparing if key is already...
2012-03-27  Premysl Hrubyfix time() instead of mstime() in expireIfNeeded
2012-03-27  Premysl Hrubyremove disk-store related comments
2012-03-10  antirezRedis 2.6 branch obtained from unstable removing all...
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-16  antirezMerge branch 'issue327' into unstable
2012-02-04  antirezUse less memory when emitting the protocol, by using...
2012-02-01  antirezOnly incremnet stats for key miss/hit when the key...
2012-01-30  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-01-30  antirezsetKey(): call the higher level wrapper setModifiedKey...
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
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
next