Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ quantile
Method
quantile
redis/commands/bf/commands.py:746–748 ·
view source on GitHub ↗
( self: SyncClientProtocol, key, quantile, *quantiles )
Source
from the content-addressed store, hash-verified
744
745
@overload
746
def
quantile(
747
self: SyncClientProtocol, key, quantile, *quantiles
748
) -> ModuleListResponse: ...
749
750
@overload
751
def
quantile(
Callers
6
dt_tdigest.py
File · 0.80
home_prob_dts.py
File · 0.80
test_aggregations_groupby
Method · 0.80
test_tdigest_quantile
Function · 0.80
test_aggregations_groupby
Method · 0.80
test_tdigest_quantile
Function · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
4
test_aggregations_groupby
Method · 0.64
test_tdigest_quantile
Function · 0.64
test_aggregations_groupby
Method · 0.64
test_tdigest_quantile
Function · 0.64