DBSIZE
Syntax
DBSIZE
- Available since:
- Redis Open Source 1.0.0
- Time complexity:
- O(1)
- ACL categories:
-
@keyspace
,@read
,@fast
,
Return the number of keys in the currently-selected database.
Return information
Integer reply: the number of keys in the currently-selected database.