File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ from redis.maintenance_events import EndpointType
273273r = redis.Redis(
274274 decode_responses = True ,
275275 protocol = 3 ,
276- maintenance_events_config = MaintenanceEventsConfig(
276+ maintenance_events_config = MaintenanceEventsConfig(
277277 enabled = True ,
278278 proactive_reconnect = True ,
279279 relax_timeout = 10 ,
Original file line number Diff line number Diff line change @@ -36,11 +36,10 @@ see no disruption in service.
3636SCE is enabled by default on Redis Cloud, but you must enable it
3737explicitly on Redis Enterprise servers.
3838
39- You must also configure SCE explicitly on the client side during connection.
39+ You must also configure SCE on the client side during connection.
4040See the pages linked below to learn how to enable SCE for:
4141
4242- [ redis-py] ({{< relref "/develop/clients/redis-py/connect#connect-using-seamless-client-experience-sce" >}})
4343- [ node-redis] ({{< relref "/develop/clients/nodejs/connect#connect-using-seamless-client-experience-sce" >}})
44- - [ Jedis] ({{< relref "/develop/clients/jedis/connect#connect-using-seamless-client-experience-sce" >}})
4544- [ Lettuce] ({{< relref "/develop/clients/lettuce/connect#connect-using-seamless-client-experience-sce" >}})
46- - [ go-redis] ({{< relref "/develop/clients/go/ connect#connect-using-seamless-client-experience-sce" >}})
45+ - [ go-redis] ({{< relref "/develop/clients/go/connect#connect-using-seamless-client-experience-sce" >}})
You can’t perform that action at this time.
0 commit comments