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) · 900 Bytes

File metadata and controls

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

zcard

Returns the number of elements held by a sorted set.

[Redis documentation]


zcard(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 number of elements in a sorted set.

Usage

<<< ./snippets/zcard-1.php

Callback response:

4