I am developing an Embedded Redis Cluster for Java integration test. So I need the binaries for different platforms. I am using macOS arm64, so I can build the binaries for this platform myself. But I can't find the place to download the other platforms' binaries. Could you please let me know where can I get those binaries? Thanks a lot in advance.
Comment From: shiyouping
I know we can download the Redis stack binaries from here, but the files in the bin directory are way too large compared to those built by myself. And I don't need redis stack.
Comment From: oranagra
Hi, we don't deal with distributing binaries, only source code. the only binaries we maintain are currently an APT repository for Linux, and to some extent docker images. maybe you'll have luck extracting the binaries from the docker images.
Comment From: shiyouping
Hi @oranagra thank you for your swift reply. May I know if it is possible to build the binaries for other platforms on macOS? Thank you in advance.
Comment From: oranagra
i assume cross compilation is possible, don't have any personal experience with MacOS. google it, it's not specific to redis.