13:54:26 GMT is there any documentation on the unit tests in redis? I am testing a different memory allocator with redis and a few tests fail, and I would like to get the server logs, but they seem to be cleaned up even when tests fail 13:55:57 GMT well, I now see the cleanup function in test_helper.tcl, so I can at least get stdout 14:00:33 GMT Hey, is there a best practice for getting unique keys from multiple sorted sets? I was using single set for every unique member for their home feeds and push content ids to that sets but for future I think it will be better if I can generate home feeds for users on the fly by combining multiple sets. (content_from_following + content_popular + content_might_be_interested, etc...) I also want to include scores 14:00:39 GMT without multiplying. Any advice?