redisFlushAll: Delete all keys and values from all databases.

Description Usage Value Author(s) References See Also Examples

View source: R/controlCMD.R

Description

Delete all keys and values from all databases, not just the currently selected one.

Usage

1

Value

Returns TRUE if successful, FALSE otherwise.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also

redisFlushDB

Examples

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

## End(Not run)

rredis documentation built on May 2, 2019, 2:02 p.m.