Use Case: basically I am caching some db records with an external functions that deletes the records using different properties and not the key. Work around for now is to read the key from database before deleting them, and then use the key to remove from cache.
Having an option to enumerate all keys would give me to do a faster way of checking those properties in memory instead of database: and that would be sweet.
Additionally it also be used for diagnostic purposes.