ybc icon indicating copy to clipboard operation
ybc copied to clipboard

Fast in-process BLOB cache with persistence support

Results 6 ybc issues
Sort by recently updated
recently updated
newest added

when using go mod the .c/.h files are not copied when vendoring

I'm working on a deployment model where I spin up a new process before killing off the old process. I understand ybc doesn't support being opened from multiple processes but...

I want to get all the data stored in ybc. How can I get them without putting key somewhere else?

Hi... I thought I should report that I've experienced what seem like a corner case in the handling of requests blocked by dogpile effect handling. Due to the polling of...

When I execute this command **go get -u github.com/valyala/ybc/bindings/go/ybc** I get the next result(MAC 10.10.1) : # github.com/valyala/ybc/bindings/go/ybc gcc did not produce error at completed:1 on input: # line 15...

Not sure what is going on here... ``` package main import ( "encoding/json" "github.com/valyala/ybc/bindings/go/ybc" "time" ) func main() { cfg := &ybc.Config{ DataFileSize: ybc.SizeT(10240), MaxItemsCount: ybc.SizeT(100), IndexFile: "foo.idx", DataFile: "foo.dat",...

bug