@@ -99,13 +99,13 @@ class ValkeyGlideCluster
9999 * @param array $addresses Array of server addresses [['host' => '127.0.0.1', 'port' => 7001], ...]
100100 * @param bool $use_tls Whether to use TLS encryption
101101 * @param array|null $credentials Authentication credentials ['password' => 'xxx', 'username' => 'yyy']
102- * @param int $read_from Read strategy for the client
103- * @param int|null $request_timeout Request timeout in milliseconds
104- * @param array|null $reconnect_strategy Reconnection strategy ['num_of_retries' => 3, 'factor' => 2, ...]
105- * @param string|null $client_name Client name identifier
106- * @param int|null $periodic_checks Periodic checks configuration
107- * @param int|null $inflight_requests_limit Maximum number of concurrent requests
108- * @param string|null $client_az Client availability zone
102+ * @param int $read_from Read strategy for the client (Not yet supported.)
103+ * @param int|null $request_timeout Request timeout in milliseconds (Not yet supported.)
104+ * @param array|null $reconnect_strategy Reconnection strategy ['num_of_retries' => 3, 'factor' => 2, ...] (Not yet supported.)
105+ * @param string|null $client_name Client name identifier (Not yet supported.)
106+ * @param int|null $periodic_checks Periodic checks configuration (Not yet supported.)
107+ * @param int|null $inflight_requests_limit Maximum number of concurrent requests (Not yet supported.)
108+ * @param string|null $client_az Client availability zone (Not yet supported.)
109109 * @param array|null $advanced_config Advanced configuration ['connection_timeout' => 5000, 'tls_config' => [...]]
110110 * @param bool|null $lazy_connect Whether to use lazy connection
111111 */
0 commit comments