You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2021/10/07 22:55:04 UTC

[geode] branch develop updated: GEODE-9567: Geode for Redis rename, additional doc corrections (#6957)

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 93cde0c  GEODE-9567: Geode for Redis rename, additional doc corrections (#6957)
93cde0c is described below

commit 93cde0c708fa23f457b376f4ed82ebc905c12752
Author: Dave Barnes <db...@apache.org>
AuthorDate: Thu Oct 7 15:53:53 2021 -0700

    GEODE-9567: Geode for Redis rename, additional doc corrections (#6957)
    
    GEODE-9567: Geode for Redis rename, additional doc corrections
---
 geode-docs/getting_started/intro_to_clients.html.md.erb    | 6 +++---
 geode-docs/reference/topics/gemfire_properties.html.md.erb | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/geode-docs/getting_started/intro_to_clients.html.md.erb b/geode-docs/getting_started/intro_to_clients.html.md.erb
index 11a6e45..6564fb8 100644
--- a/geode-docs/getting_started/intro_to_clients.html.md.erb
+++ b/geode-docs/getting_started/intro_to_clients.html.md.erb
@@ -355,11 +355,11 @@ int main(int argc, char** argv) {
 - [Apache Geode Native C++ Client Documentation](https://geode.apache.org/docs/)
 - [Apache Geode Native Client C++ API Reference](https://geode.apache.org/releases/latest/cppdocs/hierarchy.html)
 
-## <a id="client-intro-redis"></a>Geode for Redis
+## <a id="client-intro-redis"></a><%=vars.product_name%> for Redis
 
-The <%=vars.product_name_long%> Geode for Redis allow <%=vars.product_name_long%> to function as a drop-in replacement for a
+<%=vars.product_name%> for Redis allows <%=vars.product_name_long%> to function as a drop-in replacement for a
 highly-available Redis data store, letting Redis applications take advantage of
 <%=vars.product_name_long%>’s scaling capabilities without changing their client code.
 
 Note: This feature is experimental and is subject to change in future releases of <%=vars.product_name_long%>.
-See [Geode for Redis](../developing/geode_for_redis.html) for current information regarding these APIs.
+See [<%=vars.product_name%> for Redis](../tools_modules/geode_for_redis.html) for current information regarding these APIs.
diff --git a/geode-docs/reference/topics/gemfire_properties.html.md.erb b/geode-docs/reference/topics/gemfire_properties.html.md.erb
index dd6973b..02837cb 100644
--- a/geode-docs/reference/topics/gemfire_properties.html.md.erb
+++ b/geode-docs/reference/topics/gemfire_properties.html.md.erb
@@ -488,15 +488,15 @@ off-heap-memory-size=120g</code></pre></td>
 </tr>
 <tr>
 <td>geode-for-redis-bind-address</td>
-<td>Specifies the address on which the <%=vars.product_name%> Geode for Redis is listening. If set to the empty string or this property is not
+<td>Specifies the address on which <%=vars.product_name%> for Redis is listening. If set to the empty string or this property is not
 specified, the server listens on all local addresses.
 <td>S</td>
 <td><code>""</code></td>
 </tr>
 <tr>
 <td>geode-for-redis-enabled</td>
-<td>When the default value of false, the <%=vars.product_name%> Geode for Redis is not available.  Set
-to true to enable the <%=vars.product_name%> Geode for Redis.</td>
+<td>When the default value of false, <%=vars.product_name%> for Redis is not available.  Set
+to true to enable <%=vars.product_name%> for Redis.</td>
 <td>S</td>
 <td>false</td>
 </tr>
@@ -508,7 +508,7 @@ to true to enable the <%=vars.product_name%> Geode for Redis.</td>
 </tr>
 <tr>
 <td>geode-for-redis-port</td>
-<td>Specifies the port on which the server listens for <%=vars.product_name%> Geode for Redis connections. A value of 0 selects a random port.</td>
+<td>Specifies the port on which the server listens for <%=vars.product_name%> for Redis connections. A value of 0 selects a random port.</td>
 <td>S</td>
 <td>6379</td>
 </tr>