Returns the number of values exists for the given keys
keys
Future<int> exists(List<String> keys) async { return (await tier1.exists(keys)).toInteger().payload; }