Redis, it's memory limit and persistance question?

Posted by Kirzilla on Stack Overflow See other posts from Stack Overflow or by Kirzilla
Published on 2010-04-04T19:37:54Z Indexed on 2010/04/04 19:43 UTC
Read the original article Hit count: 376

Filed under:

Hello,

I'm rather new to Redis and before using it I'd like to learn some important (as for me) details on it. So....

Redis is using RAM and HDD for storing data. RAM is used as fast read/write storage, HDD is used to make this data persistant. When Redis is started it loads all data from HDD to RAM or it loads only often queried data to the RAM? What if I have 500Mb Redis storage on HDD, but I have only 100Mb or RAM for Redis. Where can I read about it?

Thank you

PS: Sorry for my English

© Stack Overflow or respective owner

Related posts about redis