Redis Command: HKEYS
Get the list of all fields of a hash. All the items returned, are unique as the field names are unique in a hash. If the key does not exist then we get (empty array) in response, which represents an empty array when used in any programming language.