metaget (mget) PR

2019-05-01 Thread dormando
A smallish patch with some significant feature change: https://github.com/memcached/memcached/pull/484 1) all of the potential fetch modes (do/don't bump LRU, etc) 2) currently hidden metadata (TTL remaining, last access time, etc) 3) human-readable (or easily script-readable) dump of all

Re: metaget

2018-02-14 Thread dormando
Hey, What's your use case? The metaget command mcrouter uses appears to have some debug info that the memcached doesn't store at all, so I don't think the command would be very fast. If you intend to use something like metaget instead of normal get for all requests, typically people will embed

metaget

2018-02-13 Thread theonajim via memcached
We potentially have a need for fetching remaining time left before a key expires from memcached. I see that mcrouter's metaget function could meet our needs, but it is not implemented in open source memcached. Are there plans to add metaget function to open source memcached? -- --- You