memcacheClient issue with delete key
Tue, 01/24/2012 - 23:09
I have a key which is generated dynemically.
So I do not know what is the exact key .
Now I want to delete the key from memcacheClient.
Is there any way to get the key having particular text containing into it. If i dont know the whole key exactly ?
Thanks,
Nik
In Membase Server 1.7 and Couchbase Server 1.8, there is no way to do that through normal interfaces.
If you dig into the internals, you'll find TAP and some other approaches, but you'll need to use those carefully.