Skip to content

Commit 82201fb

Browse files
committed
update memcache documentation
Signed-off-by: Otavio Santana <[email protected]>
1 parent 2db2c79 commit 82201fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ Please note that you can establish properties using the https://microprofile.io/
573573
|The user's password.
574574

575575
|`jnosql.memcached.host`
576-
|Database's host. It is a prefix to enumerate hosts. E.g.: memcached.host.1=localhost:11211
576+
|Database's host. It is a prefix to enumerate hosts. E.g.: jnosql.memcached.host.1=localhost:11211
577577

578578
|===
579579

jnosql-memcached-driver/src/main/java/org/eclipse/jnosql/communication/memcached/keyvalue/MemcachedConfigurations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public enum MemcachedConfigurations implements Supplier<String> {
7979
*/
8080
PASSWORD("jnosql.memcached.password"),
8181
/**
82-
* Database's host. It is a prefix to enumerate hosts. E.g.: memcached.host.1=localhost:11211
82+
* Database's host. It is a prefix to enumerate hosts. E.g.: jnosql.memcached.host.1=localhost:11211
8383
*/
8484
HOST("jnosql.memcached.host");
8585

0 commit comments

Comments
 (0)