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