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:15:15 UTC

[geode] branch support/1.14 updated: GEODE-10057: Correct geode-for-redis docs

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

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


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 63c98d0  GEODE-10057: Correct geode-for-redis docs
63c98d0 is described below

commit 63c98d0bf76b7d8199d0fc087c2ba608227b4300
Author: Dave Barnes <db...@apache.org>
AuthorDate: Wed Feb 16 11:11:20 2022 -0800

    GEODE-10057: Correct geode-for-redis docs
---
 geode-docs/developing/geode_apis_compatible_with_redis.html.md.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geode-docs/developing/geode_apis_compatible_with_redis.html.md.erb b/geode-docs/developing/geode_apis_compatible_with_redis.html.md.erb
index 54d995b..e438de2 100644
--- a/geode-docs/developing/geode_apis_compatible_with_redis.html.md.erb
+++ b/geode-docs/developing/geode_apis_compatible_with_redis.html.md.erb
@@ -183,8 +183,8 @@ These commands are supported for Redis 5.
 
 Keys are expired in two ways, actively and passively:
 
--   With active expiration, expiration is evaluated whenever a key is accessed. If the key is due to expire, it is deleted.
--   With passive expiration, keys are evaluated every 3 minutes. If they are due to expire, they are deleted.
+-   With passive expiration, expiration is evaluated whenever a key is accessed. If the key is due to expire, it is deleted.
+-   With active expiration, keys are evaluated every 3 minutes. If they are due to expire, they are deleted.
 
 ## <a id="high-availability-model" class="no-quick-link"></a>High Availability Model