[フレーム]
Docs Pricing
Login Book a meeting Try Redis

TOPK.QUERY

Syntax
TOPK.QUERY key item [item ...]
Available in:
Redis Open Source / Bloom 2.0.0
Time complexity:
O(n) where n is the number of items
ACL categories:
@topk, @read, @slow,

Checks whether one or more items are one of the Top-K items.

Parameters

Example

redis> TOPK.QUERY topk 42 nonexist
1) (integer) 1
2) (integer) 0

Return information

One of the following:

RATE THIS PAGE
Back to top ↑

AltStyle によって変換されたページ (->オリジナル) /