Test the existence of a hash.
Test the existence of a hash combination in the Redis database.
redisHExists(key, field)
key |
A key name. |
field |
A field name. |
Returns FALSE if no matching key/field combination, TRUE if matching entry exists, and NULL if an error occured.
B. W. Lewis
http://redis.io/commands
## Not run:
redisHSet('A','x',runif(5))
redisHExists('A','x')
## End(Not run)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.