Where are unhashed API keys stored?

Currently, I have the API keys set as unhashed, so they can be listed in the API keys list.

However, I am wondering where are these API keys stored? They are not in the mongo db.

Hello!

All Keys are stored in the Redis, with “apikey-” prefix.

Thank you.