Hello,
I need to be able to list all available keys. My application creates keys for each instance of an item created---and they are prefixed with the application name. So a key may be named
myApplication_122312
I need to be able to list all keys available and list them by the application "prefix". What would I do to be able to do this?