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 TRServerException if the key holds a non-hash value.
Implementation
Future<dynamic> hGet(String key, String field);