Redis Prefix for Self-hosted

I can see that the following redis config is supported:

  REDIS_HOST
  REDIS_USER
  REDIS_PASSWORD
  REDIS_PORT
  REDIS_PROTOCOL

I think one big missing thing is something like REDIS_PREFIX. When you want to use an external redis, it will be usually shared between multiple applications. To make sure your redis keys are unique, you want to use some sort of prefix for your keys so that your keys would not conflict with other apps’ keys.

That would be great if we could have this simple but essential feature added.

Hello @farzad, first of all, welcome to the community! :wave:

Thanks for sharing your idea. I’ll make sure to discuss it with the team and will publish an update afterward. :slightly_smiling_face:

Hello @farzad, thank you for sharing your idea. We are going to implement it: Redis Prefix for Self-hosted (#2242) · Issues · Baserow / baserow · GitLab. :slightly_smiling_face:

@olgatrykush that’s great news, thanks : )