Checks if key exists in store
@override Future<bool> exists(String key) async { return await primary.exists(key) || await secondary.exists(key); }