16 Commits

Author SHA1 Message Date
antirez
aa694aae07 diskstore cache bug fixing 2010-12-30 18:37:46 +01:00
antirez
273e9b905e don't use small shared integer objects when disk store is enabled 2010-12-30 18:17:01 +01:00
antirez
b3f5fc9498 fixed bugs on diskstore cache 2010-12-30 17:21:54 +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
d79b042746 cron part of disk store object cache implemented. Objects are pushed as IO jobs if needed, so that the IO thread will process them. 2010-12-29 22:18:20 +01:00
antirez
71c9187472 more step forwards for disk store to be able to run 2010-12-29 16:58:57 +01:00
antirez
c70c393e61 implemented complete job handling 2010-12-29 15:57:27 +01:00
antirez
790c9ebf4b still more work for diskstore 2010-12-29 03:57:35 +01:00
antirez
02839e0f2b more work converting vm into object cache 2010-12-28 20:03:21 +01:00
antirez
570418b898 removed parts of VM that probably will be of no use with object cache 2010-12-28 18:46:34 +01:00
antirez
a43d96c4c8 a lot of code reworked/removed to implement object caching 2010-12-28 18:06:40 +01:00
antirez
9f25f55a99 added diskstore.c in Makefile and prototypes in redis.h 2010-12-28 14:42:09 +01:00