Skip to content

Commit 240ff2a

Browse files
committed
chore: fixed documentation
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 6e12be8 commit 240ff2a

File tree

2 files changed

+2
-51
lines changed

2 files changed

+2
-51
lines changed

microprofile-liberty-redis-cluster/README.adoc

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,7 @@ image::https://jnosql.github.io/img/logos/redis.png[Redis Project,align="center"
99
https://redis.com/[Redis] is a software project that implements data structure servers.
1010
It is open-source, networked, in-memory, and stores keys with optional durability.
1111

12-
The project is configured to reach out a Redis instance with the following configuration:
13-
14-
[source, text]
15-
----
16-
host: localhost
17-
port: 6379
18-
----
19-
20-
This Eclipse JNoSQL configuration is defined on the file `src/main/resources/META-INF/microprofile-config.properties`. More info about it, check the following link: https://github.com/eclipse/jnosql-databases?tab=readme-ov-file#configuration-14
12+
The project is configured to reach out the Redis Cluster with the following configuration defined on the file `src/main/resources/META-INF/microprofile-config.properties`. More info about it, check the following link: https://github.com/eclipse/jnosql-databases?tab=readme-ov-file#configuration-14
2113

2214
[source,properties]
2315
----
@@ -35,21 +27,6 @@ You can run it by performing the following command:
3527
docker-compose up -d
3628
----
3729

38-
== Local installation
39-
40-
Follow the instructions in: https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/
41-
42-
== Using Docker
43-
44-
1. Install docker: https://www.docker.com/
45-
2. https://hub.docker.com/_/redis
46-
3. Run docker command
47-
48-
[source, bash]
49-
----
50-
docker run -d --name redis-instance -p 6379:6379 redis
51-
----
52-
5330
== Run the code
5431

5532
The generation of the executable jar file can be performed by issuing the following command

microprofile-liberty-redis-sentinel/README.adoc

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,7 @@ image::https://jnosql.github.io/img/logos/redis.png[Redis Project,align="center"
99
https://redis.com/[Redis] is a software project that implements data structure servers.
1010
It is open-source, networked, in-memory, and stores keys with optional durability.
1111

12-
The project is configured to reach out a Redis instance with the following configuration:
13-
14-
[source, text]
15-
----
16-
host: localhost
17-
port: 6379
18-
----
19-
20-
This Eclipse JNoSQL configuration is defined on the file `src/main/resources/META-INF/microprofile-config.properties`. More info about it, check the following link: https://github.com/eclipse/jnosql-databases?tab=readme-ov-file#configuration-14
12+
This required configuration to connect to Redis Sentinel is on the file `src/main/resources/META-INF/microprofile-config.properties`. More info about it, check the following link: https://github.com/eclipse/jnosql-databases?tab=readme-ov-file#configuration-14
2113

2214
[source,properties]
2315
----
@@ -35,21 +27,6 @@ You can run it by performing the following command:
3527
docker-compose up -d
3628
----
3729

38-
== Local installation
39-
40-
Follow the instructions in: https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/
41-
42-
== Using Docker
43-
44-
1. Install docker: https://www.docker.com/
45-
2. https://hub.docker.com/_/redis
46-
3. Run docker command
47-
48-
[source, bash]
49-
----
50-
docker run -d --name redis-instance -p 6379:6379 redis
51-
----
52-
5330
== Run the code
5431

5532
The generation of the executable jar file can be performed by issuing the following command
@@ -76,9 +53,6 @@ unit and integration tests are run on pressing Enter in the command terminal; yo
7653
mvn liberty:dev
7754
----
7855

79-
80-
81-
8256
To launch the test page, open your browser at the following URL
8357

8458
[source, text]

0 commit comments

Comments
 (0)