[18:01:19] anyone here know about expected redis behaviour? [18:10:25] I'm sitting at the terminal in beta wondering if what I see is expected or completely and utterly broken... don't know enough about redis or our setup [18:10:32] doesn't help that I have no prod to compare it to [18:17:20] e.g. [18:17:57] If I run ObjectCache::getMainStashInstance()->get( $somekey ) on two servers (in the same DC I guess), should I always get the same result? [18:18:43] I notice nutcracker has multiple servers listed - does it distribute the keys between them or does it write everything to both and read from one or what exactly happens? [18:20:04] from the looks of 'keys *' on both redis servers, one is in far greater use (26,439 keys) than the other (5,037 keys) - so it's presumably not writing to both (or not successfully??)