Usage
Returns the value associated withfield in the hash stored at key.
Parameters
string
required
The key of the hash
string
required
The field in the hash to get
Response
TData | null
The value associated with the field, or
null when the field is not present in the hash or the key does not exist.