文件名称:distrox:快速的线程安全的内存中缓存库和服务器,在Go中支持大量条目
文件大小:45KB
文件格式:ZIP
更新时间:2024-05-06 02:01:12
golang performance cache in-memory Go
发行版 快速的线程安全的内存中缓存库和服务器,在Go中支持大量条目 它可以用作独立服务器,也可以作为单独的软件包导入。 打包示例 import ( //... omitted for brevity "github.com/ziyasal/distroxy/pkg/distrox" ) //... omitted for brevity logger := common . NewZeroLogger ( config . app . mode ) cache , err := distrox . NewCache ( distrox . WithMaxBytes ( config . cache . maxBytes ), distrox . WithShards ( config . cache . shards ), distrox . WithMaxKeySize (
【文件预览】:
distrox-master
----.gitignore(279B)
----go.mod(255B)
----.golangci.yaml(289B)
----Makefile(1KB)
----pkg()
--------distrox()
----config.toml(453B)
----build()
--------.keep(0B)
----go.sum(34KB)
----scripts()
--------distrox_locust.py(924B)
----README.md(7KB)
----UNLICENSE.md(1KB)
----cmd()
--------distrox()
----internal()
--------pkg()