Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I iterate the items of the memcached server?

items iterate memcached server
0
Posted

Can I iterate the items of the memcached server?

0

No. memcached doesn’t support that and it’s not a planned feature. It would be a relatively slow and blocking operation (compared to everything else memcached is doing). See above, it’s a cache, not a database. Tugela –> is a memcached derived system that’s slower but slightly more like a database. Of course it’s all software, so ultimately in a way the answer is “yes”, but for anything but a development or test server it will be slow and block the server while processing, so for 99.9% of real deployments the answer is no.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123