Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

redis module for percentile estimation

License

NotificationsYou must be signed in to change notification settings

poga/redis-percentile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis module for efficient percentile estimation of streaming or distributed data witht-digest algorithm.

Usage

$ git clone git@github.com:poga/redis-percentile.git$ cd redis-percentile$ cargo build$ redis-server --loadmodule target/debug/libredis_percentile.so

Commands

PERCENTILE.MERGE

PERCENTILE.MERGE <key> values...

Merge a list of numbers into<key>.

response: len(values)

PERCENTILE.MERGESORTED

PERCENTILE.MERGESORTED <key> values...

Merge a sorted list of numbers into<key>.

response: len(values)

PERCENTILE.GET

PERCENTILE.GET <key> <percentile>

response: estimated value of percentile

example
PERCENTILE.GET foo 0.9

About

redis module for percentile estimation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp