This replit will download source code then build it after that it will move all binaries to bin file.
After that feels free to remove anything but bin folder.
Enjoy :)
I recommend you build it but if you don't want to waste your time, you can grab one in bin folder instead but still recommend build it though.
- Go to the redis website and grab the url
- curl it like
curl https://github.com/redis/redis/archive/7.0-rc1.tar.gzYou should see something like this
<html><body>You are being <a href="https://codeload.github.com/redis/redis/tar.gz/refs/tags/7.0-rc1">redirected</a>.</body></html>Grab the codeload url then edit the main.sh to something like this
curl <url> -o file.tar.gzThen delete every folder then start new again.
just run
./bin/redis-server --port 80you may need to do chmod