aboutsummaryrefslogtreecommitdiff
path: root/rediscache/main.go
AgeCommit message (Collapse)AuthorFilesLines
2023-01-06Refactor routing and handlersMitchell Riedstra1-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-06Update site to server configuration via environment variables. Add a genhash ↵Mitchell Riedstra1-0/+28
command. Update docs.
2021-10-24Unix sockets for redis. Page use FS interface. Clear redis func.v0.0.16Mitchell Riedstra1-4/+19
Additionally, Funcs can be passed in.
2021-10-24Use hash in redis. Key can be set in conf.v0.0.15Mitchell Riedstra1-3/+3
2021-10-24Redis caching. Linter config and cleanup.Mitchell Riedstra1-0/+118