Hi Iqram, I want to do this in java. Is there any Java API available for this? Please point me to any sample code if available.
Thanks. On Monday, November 4, 2019 at 11:57:58 PM UTC+5:30, Iqram Mahmud wrote: > > 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] > <javascript:>> 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] <javascript:>. >> 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/ed49d626-df72-4e09-ac15-df8e1cd9bb92%40googlegroups.com.
