Skip to content

Commit

Permalink
Added link to Redis Stack implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprickett authored and tdunning committed Oct 14, 2023
1 parent 72acae1 commit e1f4e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ The t-digest algorithm has been ported to other languages:
- C#: [t-digest-csharp (.NET Core)](https://github.com/Cyral/t-digest-csharp)
- Kotlin multiplatform: [tdigest_kotlin_multiplatform](https://github.com/beyondeye/tdigest_kotlin_multiplatform)
- OCaml: [tdigest](https://github.com/SGrondin/tdigest). Purely functional, can also compile to JS via js_of_ocaml.

- Redis: [Redis Stack](https://redis.io/docs/data-types/probabilistic/t-digest/) supports t-digest.

Continuous Integration
=================

Expand Down

0 comments on commit e1f4e3a

Please sign in to comment.