Skip to content

Commit cbec25c

Browse files
committed
demo updates
1 parent e096ca0 commit cbec25c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/mssql/demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Prerequisites
22
Docker compatible [*nix OS](https://en.wikipedia.org/wiki/Unix-like) and [Docker](https://docs.docker.com/get-docker) installed.
33
<br>Please have 8 vCPU*, 8GB RAM and 50GB storage for this demo to function properly. Adjust the resources based on your requirements. For HA, at least have 2 Redis Connect Connector instances deployed on separate hosts.</br>
4-
<br>Execute the following commands (copy & paste) to download and setup Redis Connect Postgres Connector and demo scripts.
4+
<br>Execute the following commands (copy & paste) to download and setup Redis Connect and demo scripts.
55
i.e.</br>
66

77
```bash
88
wget -c https://github.com/redis-field-engineering/redis-connect-dist/archive/main.zip && \
99
mkdir -p redis-connect/demo && \
1010
mkdir -p redis-connect/k8s-docs && \
11-
unzip main.zip "redis-connect-dist-main/examples/postgres/*" -d redis-connect && \
11+
unzip main.zip "redis-connect-dist-main/examples/mssql/*" -d redis-connect && \
1212
cp -R redis-connect/redis-connect-dist-main/examples/mssql/demo/* redis-connect/demo && \
1313
cp -R redis-connect/redis-connect-dist-main/examples/mssql/k8s-docs/* redis-connect/k8s-docs && \
1414
rm -rf main.zip redis-connect/redis-connect-dist-main && \

examples/oracle/demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
99
| We can not include the Oracle JDBC Driver due to licensing requirement. Please obtain the Oracle client jar following the link above or get a copy from your existing Oracle installation. |
1010

11-
<p>Execute the following commands (copy & paste) to download and setup Redis Connect Oracle Connector and demo scripts.
11+
<p>Execute the following commands (copy & paste) to download and setup Redis Connect and demo scripts.
1212
i.e.</p>
1313

1414
```bash

examples/postgres/demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Prerequisites
22
Docker compatible [*nix OS](https://en.wikipedia.org/wiki/Unix-like) and [Docker](https://docs.docker.com/get-docker) installed.
3-
<br>Please have 8 vCPU*, 8GB RAM and 50GB storage for this demo to function properly. Adjust the resources based on your requirements. For HA, at least have 2 Redis Connect Connector instances deployed on separate hosts.</br>
4-
<br>Execute the following commands (copy & paste) to download and setup Redis Connect Postgres Connector and demo scripts.
3+
<br>Please have 8 vCPU*, 8GB RAM and 50GB storage for this demo to function properly. Adjust the resources based on your requirements. For HA, at least have 2 Redis Connect instances deployed on separate hosts.</br>
4+
<br>Execute the following commands (copy & paste) to download and setup Redis Connect and demo scripts.
55
i.e.</br>
66

77
```bash

0 commit comments

Comments
 (0)