redisDBSize: Return the number of keys in the current Redis database.

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

View source: R/controlCMD.R

Description

Return the number of keys in the current Redis database.

Usage

1

Details

Use redisSelect to choose a current database from among the available Redis databases.

Value

The number of keys in the current database.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also

redisSelect

Examples

1
2
3
4
## Not run: 
redisDBSize()

## End(Not run)

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