Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 998 Bytes

index.md

File metadata and controls

40 lines (26 loc) · 998 Bytes
code type title
true
page
hkeys

hkeys

Returns all field names contained in a hash.

[Redis documentation]

Arguments

hkeys(key, [options]);

Arguments Type Description
key
string
Hash key
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 an array of hash field names.

Usage

<<< ./snippets/hkeys.js