Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 885 Bytes

File metadata and controls

46 lines (30 loc) · 885 Bytes
code type title description
true
page
strlen
MemoryStorage:strlen

strlen

Returns the length of a value stored at key.

[Redis documentation]


strlen(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 an integer containing the length of a value.

Usage

<<< ./snippets/strlen-1.java

Callback response:

13