hset abstract method
Sets field in the hash stored at key to value.
Returns 1 if field is a new field and was set,
or 0 if field already existed and was updated.
Throws a ValkeyServerException if the key holds a non-hash value.
Implementation
Future<int> hset(String key, String field, String value);