redisHExists: Test the existence of a hash.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/hashCMD.R

Description

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

Usage

1
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

redisHSet

Examples

1
2
3
4
5
## Not run: 
redisHSet('A','x',runif(5))
redisHExists('A','x')

## End(Not run)

bwlewis/rredis documentation built on Jan. 3, 2022, 4:53 p.m.