summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* diskstore more fixesantirez2011-01-035-16/+75
* comments on top of dscache.c updatedantirez2011-01-031-63/+18
* diskstore FLUSH* fixedantirez2011-01-031-2/+7
* diskstore bug fixing and negative cache proper implementationantirez2011-01-034-26/+53
* FLUSHALL / FLUSHDB for diskstore implementedantirez2011-01-034-5/+56
* fixed cache-flush-delay configuration parsingantirez2011-01-021-1/+1
* fixed a bug in diskstoreantirez2011-01-023-60/+9
* diskstore race condition fixedantirez2011-01-021-0/+24
* minor comment change of dscache.cantirez2011-01-011-0/+4
* 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-017-156/+190
* minor changes to doc and commentsantirez2010-12-313-72/+28
* negative caching implementedantirez2010-12-314-28/+102
* don't overload the IO job queue if there are alrady too much entriesantirez2010-12-312-1/+16
* major bug and a dead lock fixedantirez2010-12-312-7/+19
* brainstorming with myself in dscache.c commentsantirez2010-12-311-0/+23
* blocking load of keys on lookup -- nor tested, nor finishedantirez2010-12-312-7/+27
* short but important comment addedantirez2010-12-301-1/+3
* handled DEL command as a special optimized case for disk storeantirez2010-12-304-5/+34
* diskstore cache bug fixingantirez2010-12-303-4/+19
* don't use small shared integer objects when disk store is enabledantirez2010-12-304-8/+17
* added cache-flush-delay configuration directive. Don't BGSAVE when using disk...antirez2010-12-302-1/+4
* fixed bugs on diskstore cacheantirez2010-12-301-3/+7
* filesystem based KV store mostly implemented in diskstore.cantirez2010-12-304-10/+73
* new gitingoreantirez2010-12-301-0/+1
* more work done for diskstore without trying to compile, more work needed to b...antirez2010-12-307-22/+104
* fixed a few bugs in DS store, now it's somewhat about able to reply to 'GET f...antirez2010-12-303-9/+8
* disk store logged messages improvedantirez2010-12-294-3/+8
* diskstore directory structure creationantirez2010-12-293-3/+33
* cron part of disk store object cache implemented. Objects are pushed as IO jo...antirez2010-12-293-5/+65
* touched key for WATCH refactored into a more general thing that can be used a...antirez2010-12-2912-91/+96
* version set to 2.3.0antirez2010-12-292-2/+2
* more step forwards for disk store to be able to runantirez2010-12-294-103/+63
* implemented complete job handlingantirez2010-12-291-60/+6
* still more work for diskstoreantirez2010-12-292-63/+12
* more work converting vm into object cacheantirez2010-12-283-204/+31
* removed parts of VM that probably will be of no use with object cacheantirez2010-12-281-307/+1
* a lot of code reworked/removed to implement object cachingantirez2010-12-288-175/+76
* initial changes needed to turn the current VM code into a cache system. Tons ...antirez2010-12-284-75/+43
* added diskstore.c in Makefile and prototypes in redis.hantirez2010-12-283-10/+87
* added diskstore.c, currently just a stubantirez2010-12-261-0/+110
* added mkrelease.sh script into utils. gitignore modified accordingly since th...antirez2010-12-202-1/+14
* Merge branch 'master' of github.com:antirez/redisantirez2010-12-203-33/+11
|\
| * help.h updatedantirez2010-12-192-12/+43
| * removed some dead code, added evicted keys counter separated from expired keys.antirez2010-12-192-32/+5
| * overflow detection in INCR family functionsantirez2010-12-191-1/+6
* | TODO udpatedantirez2010-12-201-48/+26
* | help.h updated2.2.0-rc1antirez2010-12-152-12/+43
|/
* added the mandatory Cheers in the release notesantirez2010-12-151-0/+3
* release notes, info on 2.0 compatibilityantirez2010-12-151-0/+2