Skip to content

Commit

Permalink
Added asterisk to all Redis® as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonlancewu committed Jul 1, 2022
1 parent 948e5d7 commit 3d1e86a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ about: Which examples would be helpful to add? Why?

What would you like to see?

*Product*: (e.g. Apache Kafka, Redis®)
*Product*: (e.g. Apache Kafka, Redis®*)

*Tech stack*: (e.g.Python, Go)
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ It is meant to be used as the technical content to support the `Aiven's devporta
- `Go <elasticsearch/go/README.md>`__, `Python <elasticsearch/python/README.md>`__
* - **InfluxDB®**
- `Go <influxdb/go/README.md>`__ , `Python <influxdb/python/README.md>`__
* - **Redis®***
* - **Redis®***
- `Go <redis/go/README.md>`__, `Python <redis/python/README.md>`__
* - **Apache Cassandra®**
- `Go <cassandra/go/README.md>`__, `Python <cassandra/python/README.md>`__, `Java <cassandra/java/README.md>`__, `NodeJS <cassandra/nodejs/README.md>`__
Expand Down
4 changes: 2 additions & 2 deletions redis/go/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Redis® Go Example
### Redis®* Go Example

This example uses the [redis](https://github.com/go-redis/redis) library to connect to Redis®, write a key/value pair, and read it out again.
This example uses the [redis](https://github.com/go-redis/redis) library to connect to Redis®*, write a key/value pair, and read it out again.

#### Installing Dependencies

Expand Down
9 changes: 6 additions & 3 deletions redis/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Redis® node.js Example
### Redis®* node.js Example

This example uses the [ioredis](https://www.npmjs.com/package/ioredis) library to connect to Redis®, write a key/value and read it out again.
This example uses the [ioredis](https://www.npmjs.com/package/ioredis) library to connect to Redis®*, write a key/value and read it out again.

#### Installing Dependencies
```
Expand All @@ -11,4 +11,7 @@ npm install
Note: You can retrieve the connection information from the Aiven Console overview tab.
```
node index.js --host <host> --port <port> --password <password>
```
```

#### Trademark
\* Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by Aiven Oy is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Aiven Oy.
4 changes: 2 additions & 2 deletions redis/python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Redis® Python Example
### Redis®* Python Example

This example uses the [redis](https://pypi.org/project/redis/) library to connect to Redis®, write a key/value pair, and read it out again.
This example uses the [redis](https://pypi.org/project/redis/) library to connect to Redis®*, write a key/value pair, and read it out again.

#### Installing Dependencies

Expand Down
6 changes: 3 additions & 3 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It is used to demonstrate migration path from TF 0.12 with Aiven provider 1.3.5
│ │ │ │ │ │ │
│ │ ┌─┘ │ │ │ ┌──┴──────┐
│ │ │ │ │ │ │ │
│ │ │ │ └────Metrics─────┼──────┤ Redis®
│ │ │ │ └────Metrics─────┼──────┤ Redis
│ │ │ │ │ │ │
│ │ │ │ │ └──────▲──┘
┌─────┴──────┴─┐ ┌────────────────┐ │ │ │ │
Expand All @@ -56,7 +56,7 @@ It is used to demonstrate migration path from TF 0.12 with Aiven provider 1.3.5
│ ┌───────────┼──────┐ ┌───┼───────────┐ │
│ │ │xxxxxx│ │xxx│ │ │
│ │ └──────┼────────┼───┘ │ │
└────────────────────────┤ Debezium │ │ Redis® Sink ├────────┘
└────────────────────────┤ Debezium │ │ Redis Sink ├────────┘
│ │ │ │
│ │ │ │
└──────────────────┘ └───────────────┘
Expand Down Expand Up @@ -345,7 +345,7 @@ resource "aiven_database" "pg_db" {
```

**Redis®**
**Redis®***

We follow the same principle here as described above.

Expand Down

0 comments on commit 3d1e86a

Please sign in to comment.