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
`redisearch.insecure`:: Allow insecure connections (e.g. invalid certificates) to Redis when using SSL.
50
+
+
51
+
This property is optional and the default is `false`.
52
+
53
+
`redisearch.timeout`:: Redis command timeout in seconds.
54
+
+
55
+
This property is optional and the default is `60`.
56
+
45
57
`redisearch.case-insensitive-name-matching`:: Match index names case insensitively.
46
58
+
47
59
This property is optional and the default is `false`.
@@ -50,6 +62,10 @@ This property is optional and the default is `false`.
50
62
+
51
63
This property is optional and the default is `10000`.
52
64
65
+
`redisearch.cursor-count`:: Number of rows read during each https://redis.io/docs/stack/search/reference/aggregations/#cursor-api[aggregation cursor] fetch.
66
+
+
67
+
This property is optional and if it is not specified the RediSearch default is used.
0 commit comments