You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Enable Smart client handoffs for your Redis Enterprise Software cluster.
9
+
linkTitle: Smart client handoffs
10
+
weight: 90
11
+
---
12
+
13
+
Smart client handoffs (SCH) is a feature of Redis Cloud and Redis Enterprise servers that lets them actively notify clients about planned server maintenance shortly before it happens. This lets a client reconnect or otherwise respond gracefully without significant interruptions in service.
14
+
See [Smart client handoffs]({{< relref "/develop/clients/sch" >}}) for more information about SCH.
15
+
16
+
{{< note >}}SCH is supported only for [rolling upgrades]({{< relref "/operate/rs/installing-upgrading/upgrading/upgrade-cluster#rolling-upgrade" >}}).
17
+
{{< /note >}}
18
+
19
+
To enable SCH on a Redis Enterprise server, you must use the
Copy file name to clipboardExpand all lines: content/operate/rs/references/rest-api/objects/cluster/_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ An API object that represents the cluster.
19
19
| <spanclass="break-all">availability_lag_tolerance_ms</span> | integer (default: 100) | The maximum replication lag in milliseconds tolerated between source and replicas during [lag-aware database availability checks]({{<relref "/operate/rs/monitoring/db-availability#lag-aware">}}). |
20
20
| bigstore_driver | "speedb"<br />"rocksdb" | Storage engine for [Redis Flex or Auto Tiering]({{<relref "/operate/rs/databases/flash">}}) |
| <spanclass="break-all">cm_session_timeout_minutes</span> | integer (default: 15) | The timeout (in minutes) for the session to the CM |
24
25
| <spanclass="break-all">cnm_http_max_threads_per_worker</span> | integer (default: 10) | Maximum number of threads per worker in the `cnm_http` service (deprecated) |
0 commit comments