Future<String?> getString(String key) async { String? ret = await _exec(["GET", prefix + key]); return ret; }