DBSIZE

Syntax
DBSIZE
Available since:
1.0.0
Time complexity:
O(1)
ACL categories:
@keyspace, @read, @fast,

Return the number of keys in the currently-selected database.

RESP2/RESP3 Reply

Integer reply: the number of keys in the currently-selected database.
Rate this page