File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,19 @@ see no disruption in service.
3434## Enable SCE
3535
3636SCE is enabled by default on Redis Cloud, but you must enable it
37- explicitly on Redis Enterprise servers.
37+ explicitly on Redis Enterprise servers by using the
38+ [ v1/cluster] ({{< relref "/operate/rs/references/rest-api/requests/cluster" >}})
39+ REST API request to set the ` client_maint_notifications ` option to ` true ` .
40+ The example below shows how to do this using the
41+ [ ` curl ` ] ( https://curl.se/ ) command line utility:
42+
43+ ``` bash
44+ curl -k -X PUT -H " accept: application/json" \
45+ -H " content-type: application/json" \
46+ 47+ -d ' { "client_maint_notifications": true }' \
48+ https://localhost:9443/v1/cluster
49+ ```
3850
3951SCE is enabled automatically on the client side during connection
4052if you select the [ RESP3] ({{< relref "/develop/reference/protocol-spec#resp-versions" >}})
You can’t perform that action at this time.
0 commit comments