Skip to content

Commit

Permalink
Document new REDISMODULE_OPEN_KEY_ACCESS_EXPIRED
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Sep 23, 2024
1 parent 3541d0e commit bb3c441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/modules/modules-api-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -2226,6 +2226,7 @@ Extra flags that can be pass to the API under the mode argument:
* `REDISMODULE_OPEN_KEY_NOSTATS` - Don't update keyspace hits/misses counters.
* `REDISMODULE_OPEN_KEY_NOEXPIRE` - Avoid deleting lazy expired keys.
* `REDISMODULE_OPEN_KEY_NOEFFECTS` - Avoid any effects from fetching the key.
* `REDISMODULE_OPEN_KEY_ACCESS_EXPIRED` - Access expired keys that have not yet been deleted.

<span id="RedisModule_GetOpenKeyModesAll"></span>

Expand Down

0 comments on commit bb3c441

Please sign in to comment.