Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 996 Bytes

index.md

File metadata and controls

40 lines (26 loc) · 996 Bytes
code type title
true
page
hvals

hvals

Returns all values contained in a hash.

[Redis documentation]

Arguments

hvals(key, [options]);

Arguments Type Description
key
string
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 the list of hash's field values.

Usage

<<< ./snippets/hvals.js