Static Database for Login Auth
James+Stephen
Here’s a more natural, concise version of your blog post:
Static Database for Login Auth
I needed a database for login authentication. Redis seemed like a good fit, but it comes with dependencies that make deployment tricky.
To solve this, I compiled Redis into a static binary that has zero dependencies. Now it’s much easier to deploy.
You can find it on GitHub:
https://github.com/PrivLocking/redis-static