I stored some objects with key in memcached. But now I want to see which keys are stored in memcached.
How to retrieve all object keys stored in memcached in java?
I want to get keys which is more than 100 stored in memcached. Is it possible?
It's not possible, here's the explanation why:
No. memcached doesn't support that and it's not a planned feature. It would be a relatively slow and blocking operation...
UPDATE
FAQ How can you list all keys?
With memcached, you can't list all keys. There is a debug interface, but that is not an advisable usage.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With