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 2022/02/16 19:17:59 UTC

[geode-site] branch asf-site updated: GEODE-10057: Correct geode-for-redis docs (updated v1.14 user guide)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2ba72a9  GEODE-10057: Correct geode-for-redis docs (updated v1.14 user guide)
2ba72a9 is described below

commit 2ba72a909fde0a9cb2c9b3dec2f959791b8aca21
Author: Dave Barnes <db...@apache.org>
AuthorDate: Wed Feb 16 11:17:45 2022 -0800

    GEODE-10057: Correct geode-for-redis docs (updated v1.14 user guide)
---
 docs/guide/114/developing/geode_apis_compatible_with_redis.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/guide/114/developing/geode_apis_compatible_with_redis.html b/docs/guide/114/developing/geode_apis_compatible_with_redis.html
index cd9b6ef..f60961b 100644
--- a/docs/guide/114/developing/geode_apis_compatible_with_redis.html
+++ b/docs/guide/114/developing/geode_apis_compatible_with_redis.html
@@ -2865,8 +2865,8 @@ Commands not listed above are <strong>not implemented</strong>.</p>
 <p>Keys are expired in two ways, actively and passively:</p>
 
 <ul>
-<li>  With active expiration, expiration is evaluated whenever a key is accessed. If the key is due to expire, it is deleted.</li>
-<li>  With passive expiration, keys are evaluated every 3 minutes. If they are due to expire, they are deleted.</li>
+<li>  With passive expiration, expiration is evaluated whenever a key is accessed. If the key is due to expire, it is deleted.</li>
+<li>  With active expiration, keys are evaluated every 3 minutes. If they are due to expire, they are deleted.</li>
 </ul>
 
 <h2 id="high-availability-model"><a id="high-availability-model" class="no-quick-link"></a>High Availability Model</h2>