Dvir Volk

Results 19 comments of Dvir Volk

I think the assumption is that all peers in the pool expose the same groups. Groups differ eventually in the application's perspective, only by the fetcher function. So if you...

The way I understand it no, but I'd gladly stand corrected. Groupcache handles everything by default, and panics if that doesn't begin with its basePath (/_groupcache), that is not configurable...

Alright, I'll gladly do this and add do a PR.

@nf wouldn't it be a tad more elegant, instead of adding a setter to simply add in http.go (67): ``` go func NewHTTPPool(self, basePath string) *HTTPPool { ... ``` I...

I'll try to find some time and document this specific thing. I can also try to regenerate the documentation for the modules API, which is really out of sync, there...

You're right - beyond documenting the specific feature wrt aof/rdb - I think the whole document on persistence needs a big rewrite with different emphasis - if you want to...

what pipeline support do you want?

with a single element this equivalent to doing `JSON/SET j .ans 42`, no? but anyway, nice idea and wouldn't be hard to implement.