Future<bool> watch(List<String> keys) async { return (await tier1.watch(keys)).toSimpleString().payload == 'OK'; }