Skip to content

Commit f5514bf

Browse files
enjoy-binbinBinbin
andauthored
update client list fields: no-evict and no-touch (redis#2572)
no-evict added in redis/redis#8687 no-touch added in redis/redis#11483 Co-authored-by: Binbin <[email protected]>
1 parent e56123d commit f5514bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/client-list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ A: connection to be closed ASAP
4949
b: the client is waiting in a blocking operation
5050
c: connection to be closed after writing entire reply
5151
d: a watched keys has been modified - EXEC will fail
52+
e: the client is excluded from the client eviction mechanism
5253
i: the client is waiting for a VM I/O (deprecated)
5354
M: the client is a master
5455
N: no specific flag set
@@ -60,6 +61,7 @@ u: the client is unblocked
6061
U: the client is connected via a Unix domain socket
6162
x: the client is in a MULTI/EXEC context
6263
t: the client enabled keys tracking in order to perform client side caching
64+
T: the client will not touch the LRU/LFU of the keys it accesses
6365
R: the client tracking target client is invalid
6466
B: the client enabled broadcast tracking mode
6567
```

0 commit comments

Comments
 (0)