Redis - Records Fall Off

Posted by Ian on Stack Overflow See other posts from Stack Overflow or by Ian
Published on 2010-03-23T17:41:23Z Indexed on 2010/03/23 17:43 UTC
Read the original article Hit count: 322

Filed under:
|

With memcache, when you exceed the available ram, it automatically drops the oldest records off the end of the stack.. Is there a way to do this with redis? I'm trying to find ways to avoid running in to a write error (when there's no more available ram), other than setting a timeout. The only reason the timeout isn't useful, it because it doesn't guaranty the ability to write.

© Stack Overflow or respective owner

Related posts about redis

Related posts about memcache