Skip to content

Tags: VictoriaMetrics/fastcache

Tags

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
introduce new stats item EvictedBytes (#93)

It's incremented on bucket clean up and reports bytes
evicted from memory. It should help to understand an amount of extra
memory needed for fastcache to serve requests rate on constantly evicted
keys.

Related PR VictoriaMetrics/VictoriaMetrics#9293

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