valkey-bloom icon indicating copy to clipboard operation
valkey-bloom copied to clipboard

[FEATURE REQ] Precompiled binaries

Open utdrmac opened this issue 3 months ago • 1 comments

I have some customers that want to use valkey-bloom, but don't want to mess with the hassle of compiling. Can a github action be added to this repo to automatically compile, and add to release assets? This would help IaC across many servers much easier.

utdrmac avatar Nov 17 '25 15:11 utdrmac

@utdrmac , Thanks for the explaining the use case. Did a quick check and I don't see the valkey-server binary included in the valkey repository. However, they do provide a way for users to download the binaries from the valkey website.

It would make sense to also have Modules also downloadable.

Valkey-Bundle provides a docker image that when started, has all the official modules loaded onto a Valkey server. (https://valkey.io/topics/valkey-bundle/). This is the closest we have to a solution which avoids compiling the code.

I will still talk with some of the maintainers about potentially having the binaries from Modules downloadable, like we do with the core

KarthikSubbarao avatar Nov 21 '25 17:11 KarthikSubbarao

@utdrmac - There was some discussion into this topic here: https://github.com/valkey-io/valkey-bundle/pull/61

If you are interested in this functionality, you can +1 the issue linked above

KarthikSubbarao avatar Dec 04 '25 02:12 KarthikSubbarao

Awesome. Thanks!

utdrmac avatar Dec 04 '25 03:12 utdrmac