Regex on memcached key?
Posted
by Mickey Cheong
on Stack Overflow
See other posts from Stack Overflow
or by Mickey Cheong
Published on 2010-03-23T02:22:28Z
Indexed on
2010/03/23
2:31 UTC
Read the original article
Hit count: 507
memcached
Hi,
Is it possible to grab a list of memcached key based on some regex? I understand that one solution is to store the key in the database and grab the list when I need to delete those keys. This means that, it is going to incur additional cost to the db.
I was wondering if there is another way to do it without DB overhead.
Cheers, Mickey
© Stack Overflow or respective owner