Return all the values associated with the given hash key.
Usage
redisHVals(key,...)
Arguments
key
The key to look up.
...
Optional additional arguments. Specify raw=TRUE to skip de-serialization of the data.
Value
Details
Returns the values in the Redis hash
associated with key.
If the key is not found, or if the list is empty, NULL is returned. If the
key is associated with a value of type other than 'hash,' an error is
thrown.