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
Copy file name to clipboardExpand all lines: doc/dataframe.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,6 +341,11 @@ root
341
341
| max.pipeline.size | maximum number of commands per pipeline (used to batch commands) |`Int`| 100 |
342
342
| scan.count | count option of SCAN command (used to iterate over keys) |`Int`| 100 |
343
343
| iterator.grouping.size | the number of items to be grouped when iterating over underlying RDD partition |`Int`| 1000 |
344
+
| host | overrides `spark.redis.host` configured in SparkSession (if set, any other connection setting from SparkSession is ignored ) |`String`|`localhost`|
345
+
| port | overrides `spark.redis.port` configured in SparkSession (if set, any other connection setting from SparkSession is ignored ) |`Int`|`6379`|
346
+
| auth | overrides `spark.redis.auth` configured in SparkSession (if set, any other connection setting from SparkSession is ignored ) |`String`| - |
347
+
| dbNum | overrides `spark.redis.dbNum` configured in SparkSession (if set, any other connection setting from SparkSession is ignored ) |`Int`|`0`|
348
+
| timeout | overrides `spark.redis.timeout` configured in SparkSession (if set, any other connection setting from SparkSession is ignored ) |`Int`|`2000`|
0 commit comments