Returns the value for the given key. If no value if present for the key, null is returned.
key
null
Future<String?> get(String key) async { return _getBulkString(await _execCmd(['GET', key])); }