diff --git a/modules/ndb_mongodb/README b/modules/ndb_mongodb/README index 0c655e52a9e..01b1ce5de3f 100644 --- a/modules/ndb_mongodb/README +++ b/modules/ndb_mongodb/README @@ -105,7 +105,7 @@ Chapter 1. Admin Guide 3.1. server (str) - Specify the details to connect to REDIS server. It takes a list of + Specify the details to connect to MongoDB server. It takes a list of attribute=value separated by semicolon, the attributes can be name and uri. Name is a generic identifier to be used with module functions. The uri parameter must be a valid MongoDB database connection string. diff --git a/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml b/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml index 5df46601c20..ec43474642f 100644 --- a/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml +++ b/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml @@ -62,7 +62,7 @@
<varname>server</varname> (str) - Specify the details to connect to REDIS server. It takes a list of + Specify the details to connect to MongoDB server. It takes a list of attribute=value separated by semicolon, the attributes can be name and uri. Name is a generic identifier to be used with module functions. The uri parameter must be a valid