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