$percentiles returns percentile cut points for a field.
A percentile tells you the value below which a percentage of observations fall.
50th percentile: median-like center point95th percentile: tail latency/price threshold99th percentile: extreme tail threshold
Compatibility
Field must be
FAST.
Arguments
If
percents is omitted, defaults to [1.0, 5.0, 25.0, 50.0, 75.0, 95.0, 99.0].
- TypeScript
- Python
- Redis CLI
Output
keyed: true (default):
keyed: false: