Skip to content

Commit

Permalink
GEODE-10057: Correct geode-for-redis docs (apache#7370)
Browse files Browse the repository at this point in the history
- Swap usage of active and passive in descriptions of expiration to
 match their usage in open source Redis documentation

Authored-by: Donal Evans <[email protected]>
  • Loading branch information
DonalEvans authored and davebarnes97 committed Feb 16, 2022
1 parent 9f4f66e commit 8b9c03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geode-docs/tools_modules/geode_for_redis.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b9c03b

Please sign in to comment.