Skip to content

Commit 3deede5

Browse files
DOC-4380 last fixes
1 parent b6b3f10 commit 3deede5

File tree

1 file changed

+4
-3
lines changed
  • content/develop/reference/eviction

1 file changed

+4
-3
lines changed

content/develop/reference/eviction/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ necessary for the `noeviction` policy (see [the section below](#eviction-policie
8484
for more information about eviction policies).
8585

8686
The [`INFO`]({{< relref "/commands/info" >}}) command returns a
87-
`mem_not_counted_for_evict` data item in the `memory` section (you can use
87+
`mem_not_counted_for_evict` value in the `memory` section (you can use
8888
the `INFO memory` option to see just this section). This is the amount of
8989
memory currently used by the buffers. Although the exact amount will vary,
9090
you can use it to estimate how much to subtract from the total available RAM
@@ -118,8 +118,9 @@ field set to true, or for `volatile-ttl`, if no keys have a time-to-live value s
118118

119119
You should choose an eviction policy that fits the way your app
120120
accesses keys. You may be able to predict the access pattern in advance
121-
but you can also use information from the [`INFO`](#using-the-info-command)
122-
command at runtime to check or improve your choice of policy.
121+
but you can also use information from the `INFO` command at runtime to
122+
check or improve your choice of policy (see
123+
[Using the `INFO` command](#using-the-info-command) below for more information).
123124

124125
As a rule of thumb:
125126

0 commit comments

Comments
 (0)