Skip to content

Commit dcc52c3

Browse files
un-harmonize redis and opensearch
unfortunately
1 parent 3a29683 commit dcc52c3

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

docs/how-to-guides/persistence/opensearch-and-redis/.page

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
OpenSearch is a fork of Elasticsearch that is maintained by Amazon. It is a drop-in replacement for Elasticsearch, and is fully compatible with the Elasticsearch API. It is a community-driven project that is open source and free to use.
2+
3+
OpenSearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases. It is a good choice for storing data that is not relational in nature.
4+
5+
NAIS offers OpenSearch via Aiven. Aiven OpenSearch can be used by applications in all environments, but must be defined in a GCP cluste
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title: Redis

docs/how-to-guides/persistence/opensearch-and-redis/README.md docs/how-to-guides/persistence/redis/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ prefix, and the instance name uppercased as a suffix.
4343
|----------------------------------|--------------------------------------|---|
4444
| `REDIS_URI_<InstanceName>` | The URI for the instance | |
4545
| `REDIS_USERNAME_<InstanceName>` | The username to use when connecting. | |
46-
| `xREDIS_PASSWORD_<InstanceName>` | The password to use when connecting. | |
46+
| `REDIS_PASSWORD_<InstanceName>` | The password to use when connecting. | |

0 commit comments

Comments
 (0)