Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 944 Bytes

index.md

File metadata and controls

39 lines (25 loc) · 944 Bytes
code type title
true
page
dbsize

dbsize

Returns the number of keys in the application database.

[Redis documentation]

Arguments

dbsize([options]);

Arguments Type Description
options
object
Optional query arguments

options

The options arguments can contain the following option properties:

Property Type (default) Description
queuable
boolean (true)
If true, queues the request during downtime, until connected to Kuzzle again

Resolve

Resolves to the number of found keys.

Usage

<<< ./snippets/dbsize.js