Return the number of keys in the current Redis database.
Return the number of keys in the current Redis database.
redisDBSize()
Use redisSelect
to choose a current database from
among the available Redis databases.
The number of keys in the current database.
B. W. Lewis
http://redis.io/commands
## Not run: redisDBSize() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.