Redis is an in-memory datastore. That means that whatever isn''t
persisted to memory is discarded if the memory goes away (as it would
if you rebooted), so you need to persist the store to disk
periodically (either by configuring Redis to do that or manually). If
the data is gone, it''s probably gone for good, but youmay be able to
ask the redis folks for help on this.
~ jf
--
John Feminella
Principal Consultant, BitsBuilder
LI: http://www.linkedin.com/in/johnxf
SO: http://stackoverflow.com/users/75170/
On Tue, Jun 21, 2011 at 18:35, David
<dlynam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Hi,
> I am using redis to store high scores for my users. I restarted it
> for the first time in a month and now I am missing all the stored
> values. Anyone have an idea why this happend? Is there any way to
> get them back??
>
> --
> You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
> To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.