Is there some Redis setting I need to enable to ensure data remains after restart? I'm not too familiar with Redis.They should not be lost, if the emails are stored into redis, they should be available after server restart as well.
Yeah, I found that article on persistence, which seems to indicate Redis already has something like this enabled. Thanks for the pointer.Lil' google search revealed this: http://stackoverflow.com/questions/24888519/could-not-find-the-redis-data-after-restart-of-server which points to this http://redis.io/topics/persistence