文件名称:go-tang:缓存规则我周围的一切
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-03 15:55:42
Go
去唐 缓存规则我周围的一切 Go Tang 是一个死简单的 golang + redis 字符串缓存实现,可以防止狗堆效应。 受到和 Rails 缓存层的启发。 fetch // make a function that the Fetch call should use to // fill the cache. The function returns a string value // for the cache, a ttl (so you can use the header max-age // from http calls, etc), and an error if something failed. block := func () ( string , intn , error ) { return "myvalue" , 1 , nil // value,
【文件预览】:
go-tang-master
----.gitignore(14B)
----README.md(2KB)
----gotang_test.go(5KB)
----gotang.go(4KB)