redisFlushDB: Delete all keys and values from the current database.

Description Usage Value Author(s) References See Also Examples

View source: R/controlCMD.R

Description

Delete all keys and values from the currently selected database.

Usage

1

Value

Returns TRUE if successful, FALSE otherwise.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also

redisFlushAll

Examples

1
2
3
4
5
## Not run: 
redisConnect()
redisFlushDB()

## End(Not run)

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