hi memcache friends does anyone know how to find keys which are set at expire=0. how can i find keys which were not used for a long time and are set at expire=0 ? i just want to know this, as i want to check if i have an error in setting and deleting keys. just imagine you write a key-value pair to memcache and set it to expire=0. later on something in the value changes and you forgot to set a right method to delete this key. what can you do to avoid this situation ?
thank you very much ! regards dan
