Hi,

I need to expire a bunch of keys from the cache and right now I'm expiring 
them connecting to the server n times, basically expiring them one by one. 
This is creating a bottleneck since the number of keys to expire can be 
like 500.

Is there a way to send an array of those 500 keys to expire and do only one 
trip to the memcached server?

I'm using dalli ruby gem as client, but I'm open to make custom call to 
memcached directly if there is room to gain more performance.

Any hint?

Thanks!

Enrico

-- 

--- 
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 memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to