Search code examples
encryptionredispersistent-storage

Redis encryption of data at rest


Is there a way to automatically encrypt the data 'at rest' in a redis cache database, like there is in SQL server, for example? (so I am talking about the data itself, not the transport of the data) If not how would one go about encrypting the data?

Regards


Solution

  • Apparently not for the stand alone version. If you are using Redis Enterprise on a cloud computing platform, there are options.

    https://docs.redis.com/latest/rc/security/database-security/encryption-at-rest/