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: content/operate/oss_and_stack/stack-with-enterprise/gears-v1/installing-redisgears.md
+21-9Lines changed: 21 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Before you can use RedisGears, you have to install the RedisGears module on your
20
20
21
21
If your cluster uses Redis Enterprise v6.0.12 or later and has internet access, you only need to download the RedisGears package. It automatically fetches dependencies like the Python and JVM plugins during online installation.
22
22
23
-
Offline installation requires you to manually upload dependencies to the master node.
23
+
Offline installation requires you to manually upload dependencies to the primary node.
24
24
25
25
### Install RedisGears and dependencies
26
26
@@ -34,10 +34,23 @@ For RedisGears v1.0, you only need the Python dependency package.
34
34
35
35
1. Upload the RedisGears package to a node in the cluster.
36
36
37
-
1. For offline installation only, copy the dependencies to the following directory on the master node: `$modulesdatadir/rg/<version-integer>/deps/`
@@ -47,11 +60,10 @@ For RedisGears v1.0, you only need the Python dependency package.
47
60
48
61
For example, the `<version-integer>` for RedisGears version 1.2.5 is 10205.
49
62
50
-
{{<note>}}
51
-
Skip this step unless your cluster does not have internet access.
52
-
{{</note>}}
63
+
- `<OS_name>`: the operating system's name
64
+
- `<architecture>`: the node's architecture
53
65
54
-
1. Add RedisGears to the cluster with a `POST` request to the master node's [`/v2/modules`]({{< relref "/operate/rs/references/rest-api/requests/modules#post-module-v2" >}}) REST API endpoint:
66
+
1. Add RedisGears to the cluster with a `POST` request to the primary node's [`/v2/modules`]({{< relref "/operate/rs/references/rest-api/requests/modules#post-module-v2" >}}) REST API endpoint:
0 commit comments