| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-01-07 | Add an internal caching option. It performs quite well.v0.0.22 | Mitchell Riedstra | 1 | -1/+1 | |
| Also refactor and clean up most linter warnings. | |||||
| 2023-01-06 | Refactor routing and handlers | Mitchell Riedstra | 1 | -0/+6 | |
| We were building a new gorilla mux on each connection, change that to an *http.ServeMux and build it once for the lifetime of the application. Tell redis to only cache GET requests. | |||||
| 2023-01-06 | Update site to server configuration via environment variables. Add a genhash ↵ | Mitchell Riedstra | 1 | -0/+28 | |
| command. Update docs. | |||||
| 2021-10-24 | Unix sockets for redis. Page use FS interface. Clear redis func.v0.0.16 | Mitchell Riedstra | 1 | -4/+19 | |
| Additionally, Funcs can be passed in. | |||||
| 2021-10-24 | Use hash in redis. Key can be set in conf.v0.0.15 | Mitchell Riedstra | 1 | -3/+3 | |
| 2021-10-24 | Redis caching. Linter config and cleanup. | Mitchell Riedstra | 1 | -0/+118 | |
