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

redisHDel

Delete a hash value.


Description

Delete the value associated with the given key/field combination.

Usage

redisHDel(key, field)

Arguments

key

A key name.

field

A field name.

Value

Nothing is returned if the key/value pair is successfully deleted. A warning is thrown if the they key could not be found.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also

Examples

## Not run: 
redisHMSet('A',list(x=1,y=2,z=3))
redisHDel('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.