hgetall abstract method
Gets all fields and values of the hash stored at key.
Returns a Map<String, String>.
Returns an empty map if the key does not exist.
Throws a ValkeyServerException if the key holds a non-hash value.
Implementation
Future<Map<String, String>> hgetall(String key);