Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-10057: Correct geode-for-redis docs #7370

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 (+/- 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