danitseitlin / redis-modules-sdk-ts

A Software development kit for easier connection and execution of Redis Modules commands.
Apache License 2.0
185 stars 29 forks source link

RedisBloom: Support for T-Digest data structure #82

Closed filipecosta90 closed 3 years ago

filipecosta90 commented 3 years ago

Given https://github.com/RedisBloom/RedisBloom/pull/285 there is the following set of commands we should enable:

With the in-depth params in https://oss.redislabs.com/redisbloom/master/TDigest_Commands/

danitseitlin commented 3 years ago

@filipecosta90 Hi, thank you for the pointer! will be on it in the next few days 🌟

filipecosta90 commented 3 years ago

Thank you for the fast replies and additions @danitseitlin 👏 👏

danitseitlin commented 3 years ago

@filipecosta90 Using the rebloom:latest docker img I am getting errors here: https://github.com/danitseitlin/redis-modules-sdk/runs/2487335516?check_suite_focus=true Was this not pushed yet?

filipecosta90 commented 3 years ago

@danitseitlin if you use the rebloom:edge the commands should be there.