19 Commits

Author SHA1 Message Date
antirez
9f986a15ff BGSAVE work in progress 2011-01-05 18:38:31 +01:00
antirez
5f76db12ed handle end of space on device in a better way 2011-01-04 19:03:23 +01:00
antirez
f360bf4e3b strictly honour memory limit 2011-01-04 18:53:09 +01:00
antirez
5555b3842a rename(2) used in diskstore.c for atomic updates of keys 2011-01-04 18:28:04 +01:00
antirez
be59e89f13 diskstore FLUSH* fixed 2011-01-03 10:51:45 +01:00
antirez
2257148dbf diskstore bug fixing and negative cache proper implementation 2011-01-03 10:47:39 +01:00
antirez
4d5369b25d FLUSHALL / FLUSHDB for diskstore implemented 2011-01-03 10:17:39 +01:00
antirez
1c6a04f6b8 don't overload the IO job queue if there are alrady too much entries 2010-12-31 16:10:09 +01:00
antirez
8b1f644d59 handled DEL command as a special optimized case for disk store 2010-12-30 19:16:59 +01:00
antirez
e01fbe642f filesystem based KV store mostly implemented in diskstore.c 2010-12-30 17:07:06 +01:00
antirez
d4970df83f more work done for diskstore without trying to compile, more work needed to build again. 2010-12-30 16:41:36 +01:00
antirez
ef241b82d2 fixed a few bugs in DS store, now it's somewhat about able to reply to 'GET foo' with a bogus value. 2010-12-30 15:55:24 +01:00
antirez
2e31eacd5d disk store logged messages improved 2010-12-29 23:08:18 +01:00
antirez
31bd89462e diskstore directory structure creation 2010-12-29 23:00:00 +01:00
antirez
a8d2f3796d touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working. 2010-12-29 19:39:42 +01:00
antirez
5772909c6d version set to 2.3.0 2010-12-29 17:02:43 +01:00
antirez
71c9187472 more step forwards for disk store to be able to run 2010-12-29 16:58:57 +01:00
antirez
620b7af4f6 initial changes needed to turn the current VM code into a cache system. Tons of work to do still. 2010-12-28 15:20:20 +01:00
antirez
ff052c8abb added diskstore.c, currently just a stub 2010-12-26 18:46:25 +01:00