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 (await tier1.get(key)).toBulkString().payload; }