Retrieve a hased value from Redis.
Retrieve a value identified by a key and field from the Redis database.
redisHGet(key, field, ...)
key |
A key name. |
field |
A field name. |
... |
Optional additional agruments.
Specify |
Redis hash values store values in one or more fields associated with a single key name.
The value corresponding to the specified key/field, or NULL if the matching key/field hash contained no value or if no matching key or field was found.
B. W. Lewis
http://redis.io/commands
## Not run: redisHSet('A','x',runif(5)) redisHGet('A','x') ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.