Redis Server on Glitch (Auto install/Auto Run)

Project URL: https://glitch-redis-server.glitch.me/

The project is about having a redis server to run. The project is running a redis server, and it auto runs on each restart or start by using a script.

The script checks the server to see if it exists or not, if it exists, it auto runs, and if it doesn’t exist, it auto downloads the binaries from a repo on github, and auto runs the server after getting installed. The github repo idea is to reduce time to get it running in a few seconds or under 30 seconds.

GitHub Repo: https://github.com/Nicsena/redis-server-on-glitch (after importing to a project, it will auto-install)

4 Likes