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:07:04 UTC

[geode] branch support/1.15 updated: GEODE-10057: Correct geode-for-redis docs (#7370)

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

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


The following commit(s) were added to refs/heads/support/1.15 by this push:
     new 8b9c03b  GEODE-10057: Correct geode-for-redis docs (#7370)
8b9c03b is described below

commit 8b9c03b0b867009be6d745252c57ae1a82b1eb0c
Author: Donal Evans <do...@vmware.com>
AuthorDate: Wed Feb 16 10:43:02 2022 -0800

    GEODE-10057: Correct geode-for-redis docs (#7370)
    
    - Swap usage of active and passive in descriptions of expiration to
     match their usage in open source Redis documentation
    
    Authored-by: Donal Evans <do...@vmware.com>
---
 geode-docs/tools_modules/geode_for_redis.html.md.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geode-docs/tools_modules/geode_for_redis.html.md.erb b/geode-docs/tools_modules/geode_for_redis.html.md.erb
index dc6c2b9..920a9c4 100644
--- a/geode-docs/tools_modules/geode_for_redis.html.md.erb
+++ b/geode-docs/tools_modules/geode_for_redis.html.md.erb
@@ -238,8 +238,8 @@ integer (+/-&nbsp;9223372036854775807) for CURSOR.
 
 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 three 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 three minutes**. If they are due to expire, they are deleted.
 
 ## <a id="loss-of-connections"></a>Loss of Connections