Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

redisHExists

Test the existence of a hash.


Description

Test the existence of a hash combination in the Redis database.

Usage

redisHExists(key, field)

Arguments

key

A key name.

field

A field name.

Value

Returns FALSE if no matching key/field combination, TRUE if matching entry exists, and NULL if an error occured.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also

Examples

## Not run: 
redisHSet('A','x',runif(5))
redisHExists('A','x')

## End(Not run)

rredis

"Redis" Key/Value Database Client

v1.7.0
Apache License (>= 2.0)
Authors
B. W. Lewis
Initial release
2015-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.