Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 899 Bytes

File metadata and controls

46 lines (30 loc) · 899 Bytes
code type title description
false
page
type
MemoryStorage:type

type

Returns the type of the value held by a key.

[Redis documentation]


type(key, [options], callback)

Arguments Type Description
key string Key identifier
options JSON Object Optional parameters
callback function Callback

Options

Option Type Description Default
queuable boolean Make this request queuable or not true

Callback Response

Returns one of the following values: hash, list, set, string, zset.

Usage

<<< ./snippets/type-1.js

Callback response:

"zset"