hiett / serverless-redis-http

HTTP-based Redis pooler. Access Redis from serverless without overloading connection limits!
MIT License
160 stars 16 forks source link

any pre-compiled binary to use? #24

Open fyears opened 7 months ago

fyears commented 7 months ago

Hi,

Is it possible to use the server without docker? I mean, involving docker seems to be overkilled. Could you please consider providing some pre-compiled binary so that users can just run something like ./server —redisaddr http://localhost:8079 —user aaa —password bbb?

I would like to compile the binary by myself but unfortunately I don’t know anything about Elixir…

Thank you so much!

hiett commented 7 months ago

Hi, thanks for reaching out!

This is something I've considered doing, but I don't have the bandwidth to setup the CI to produce the binaries for each operating system right now.

However, building should be relatively simple. The Dockerfile in this project builds the project to a binary inside of it, so the same steps can be taken to produce a binary on your machine.

https://github.com/hiett/serverless-redis-http/blob/master/Dockerfile