这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: VictoriaMetrics/fastcache

Tags

v1.12.5

Toggle v1.12.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
file: add LoadFromFileMaxBytes (#89)

v1.12.4

Toggle v1.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
file: load from file should allow configure maxBytes (#86)

It is needed to implement same behavior as load from file or new does
(specifically this check
https://github.com/VictoriaMetrics/fastcache/blob/e439f07b570777a09fb9b662e47bd52d895c349b/file.go#L133-L139)

Related to
https://github.com/VictoriaMetrics/VictoriaMetrics/pull/8952/files

v1.12.3

Toggle v1.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
file: load should propage file not found error (#84)

So it could be handled by caller. For example here
VictoriaMetrics/VictoriaMetrics#8952

Verified

This tag was signed with the committer’s verified signature.
valyala Aliaksandr Valialkin

Verified

This tag was signed with the committer’s verified signature.
valyala Aliaksandr Valialkin

Verified

This tag was signed with the committer’s verified signature.
valyala Aliaksandr Valialkin

Verified

This tag was signed with the committer’s verified signature.
valyala Aliaksandr Valialkin

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
valyala Aliaksandr Valialkin
go.mod: update dependencies

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
valyala Aliaksandr Valialkin
go.mod: update dependencies

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
valyala Aliaksandr Valialkin
Add Stats.MaxBytesSize for determining cache capacity