You can do something like this: https://stackoverflow.com/questions/19560150/get-all-keys-set-in-memcached
On Mon, Nov 4, 2019 at 2:12 AM Rahul Roshan <[email protected]> wrote: > Hi Team, > > I have a requirement to get all entries stored in memcache whose keys are > starting with a known prefix. I can see that Cache interface has iterator > <https://static.javadoc.io/javax.cache/cache-api/1.0.0/javax/cache/Cache.html#iterator()> > method > but this is not implemented in memcache. Is there a way to get all entries > from memcache and any plan to implement iterator method in memcache? > > Thanks. > > -- > > --- > You received this message because you are subscribed to the Google Groups > "memcached" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/memcached/02412cc0-aa10-43ed-81be-bad53d4243a3%40googlegroups.com > <https://groups.google.com/d/msgid/memcached/02412cc0-aa10-43ed-81be-bad53d4243a3%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/memcached/CA%2Bd7wM6tVG1jU_oE6MziEXMhA6f_UC8Jo_-WBwBrCy-gitDj-w%40mail.gmail.com.
