Key/Value Storage

Is there a way to have Key/Value storage in Posit Connect and Posit Workbench. I am building FastApi applications and need a way to keep logs of their activity. Any suggestion will be appreciated it.

I don't believe there is a feature in Connect or Workbench that you can use but you can bring your own storage to have Connect and Workbench access and pull logs. Have you used Redis or SQLite for something like this before?

I have used Redis outside Posit, but it seems it does not work on Posit. At least to my knowledge. SQLite is problematic in my case as there are many calls to the database and the file is continuously blocked.