Skip to content

Redis Authentication & Authorization (AuthN & AuthZ) + TLS Support

Compare
Choose a tag to compare
@sciclon2 sciclon2 released this 10 Sep 02:28
· 58 commits to main since this release
ab53ec5
•	Added support for Redis authentication (ACLs), authorization, and TLS encryption.
•	Now you can secure your Redis connections by providing username and password authentication via the auth configuration.
•	TLS support for encrypted communication is also available for enhanced security, especially when working with Redis 6.0+.
•	This update ensures that connections to Redis clusters are secure, enabling safe use in production environments with sensitive data.
•	Older versions of Redis without ACLs or TLS are still supported for backward compatibility (unencrypted connections).