You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jnosql-memcached-driver/src/main/java/org/eclipse/jnosql/communication/memcached/keyvalue/MemcachedConfigurations.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ public enum MemcachedConfigurations implements Supplier<String> {
79
79
*/
80
80
PASSWORD("jnosql.memcached.password"),
81
81
/**
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
0 commit comments