hGet abstract method
Gets the value of field in the hash stored at key.
Returns null if the field or key does not exist.
Throws a ValkeyServerException if the key holds a non-hash value.
Implementation
Future<String?> hGet(String key, String field);