ssl
Parameters
value
A boolean indicating whether to require SSL to access Redis.
When enabled, Redis accepts only SSL connections on port
25061
.When disabled, port
25060
is opened for non-SSL connections, while port25061
remains available for SSL connections.