• 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).