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
The following sections contain code snippets that demonstrate the use of Spark-Redis. To use the sample code, you'll need to replace `your.redis.server` and `6379` with your Redis database's IP address or hostname and port, respectively.
40
36
41
-
### Configuring Connections to Redis using SparkConf
37
+
### Configuring connection to Redis in a self-contained application
42
38
43
39
Below is an example configuration of SparkContext with redis configuration:
0 commit comments