Returns the number of values exists for the given keys
keys
Future<int> exists(List<String> keys) async { return _getInteger(await _execCmd(['EXISTS', ...keys])); }