muesli / cache2go

Concurrency-safe Go caching library with expiration capabilities and access counters
Other
2.11k stars 518 forks source link

Support deploy in distribution environment? #55

Closed wwhai closed 3 years ago

wwhai commented 3 years ago

Support deploy in distribution environment at current version?

muesli commented 3 years ago

I"m afraid I don't fully understand your question. Can you be a bit more specific what you're trying to do?

wwhai commented 3 years ago

I"m afraid I don't fully understand your question. Can you be a bit more specific what you're trying to do?

I means Distributed Scene

muesli commented 3 years ago

What is a "Distributed Scene"?

wwhai commented 3 years ago

What is a "Distributed Scene"? image

muesli commented 3 years ago

No, that's not supported and probably out of scope. I'd probably check out https://github.com/golang/groupcache for that.