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)

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