Gets the values of all specified keys.
keys
Returns a list of strings. For keys that do not exist, null is returned in the corresponding list position.
null
Future<List<String?>> mget(List<String> keys);