summaryrefslogtreecommitdiff
path: root/src/db.c
Commit message (Expand)AuthorAgeFilesLines
* Use safe dictionary iterator from KEYSPieter Noordhuis2012-05-011-1/+1
* Never used function stringObjectEqualsMs() removed.antirez2012-04-071-8/+0
* expireGenericCommand(): better variable names and a top-comment that describe...antirez2012-04-051-7/+14
* for (p)expireat use absolute time, without double recomputationPremysl Hruby2012-04-051-7/+6
* fix mstime() ommited while comparing if key is already expiredPremysl Hruby2012-04-051-1/+1
* remove disk-store related commentsPremysl Hruby2012-03-271-24/+0
* fix time() instead of mstime() in expireIfNeededPremysl Hruby2012-03-271-1/+1
* Use less memory when emitting the protocol, by using more shared objects for ...antirez2012-02-041-2/+3
* Only incremnet stats for key miss/hit when the key is semantically accessed i...antirez2012-02-011-3/+8
* setKey(): call the higher level wrapper setModifiedKey() instead of touchWatc...antirez2012-01-301-1/+1
* some RDB server struct fields renamed.antirez2011-12-211-5/+5
* more AOF server struct fields renamed.antirez2011-12-211-1/+1
* AOF refactoring, now with three states: ON, OFF, WAIT_REWRITE.antirez2011-12-211-1/+1
* New script timeout semantics and SCRIPT KILL implemented. SHUTDOWN NOSAVE and...antirez2011-11-181-2/+16
* high resolution expires API modified to use separated commands. AOF transatio...antirez2011-11-101-33/+21
* TTL, EXPIRE and EXPIREAT now support the milliseconds input/output formantirez2011-11-091-4/+28
* Initial support for key expire times with millisecond resolution. RDB version...antirez2011-11-091-21/+42
* dict.c API names modified to be more coincise and consistent.antirez2011-11-081-5/+5
* FLUSHALL now prevents rdbSave() from resetting the dirty counter, so that the...antirez2011-10-171-1/+7
* FLUSHALL will only perform a blocking SAVE if RDB persistence is configured.antirez2011-10-171-1/+1
* Fix for bug #128 about the RENAME command.antirez2011-10-101-3/+6
* replaced redisAssert() with redisAssertWithInfo() in a shitload of places.antirez2011-10-041-6/+6
* don't process EXPIRE with negative TTL or EXPIREAT with time in the past if w...antirez2011-07-071-3/+17
* Don't expire keys while loading AOF.Hampus Wessman2011-07-071-1/+4
* diskstore removedantirez2011-06-251-81/+1
* DB API refactoring. The changes were designed together with Pieter Noordhuis.antirez2011-06-201-37/+44
* Fixed semantics of CLUSTER SETSLOT, SELECT now only denied in cluster mode if...antirez2011-05-051-1/+1
* CLUSTER GETKEYSINSLOT implementedantirez2011-04-291-3/+7
* take a hashslot -> keys index, will be used for cluster rehasingantirez2011-04-281-1/+39
* Cluster branch merged to unstable.antirez2011-03-291-0/+9
* fixed a bug in RENAME getKeys() functionantirez2011-03-281-1/+1
* bug fixed in zunionstore specific getKeys() implementationantirez2011-03-281-1/+1
* Fixes to the new preloading / key discovery APIsantirez2011-03-281-1/+2
* new preloading implemented, still EXEC not handled correctly, everything to testantirez2011-03-231-0/+72
* TTL command fixed to work reliably with diskstoreantirez2011-03-041-0/+1
* master-slave replication fixed, it was not listing any key using KEYS command...antirez2011-01-141-2/+2
* test adapted to run with diskstore, and a few bugs fixedantirez2011-01-091-1/+3
* source reshaped a bit to play well with a bgsaving thread, still work to do, ...antirez2011-01-071-24/+0
* fixed logging level for debugging messageantirez2011-01-031-2/+2
* diskstore more fixesantirez2011-01-031-13/+50
* diskstore bug fixing and negative cache proper implementationantirez2011-01-031-9/+10
* FLUSHALL / FLUSHDB for diskstore implementedantirez2011-01-031-3/+5
* fixed a bug in diskstoreantirez2011-01-021-4/+2
* blocking load fixed with the new designantirez2011-01-011-5/+11
* implemented a different approach to IO scheduling, so object->storage is no l...antirez2011-01-011-9/+10
* minor changes to doc and commentsantirez2010-12-311-1/+1
* negative caching implementedantirez2010-12-311-6/+7
* major bug and a dead lock fixedantirez2010-12-311-1/+4
* blocking load of keys on lookup -- nor tested, nor finishedantirez2010-12-311-4/+20
* short but important comment addedantirez2010-12-301-1/+3