Skip to content

Commit b286e7f

Browse files
authored
Merge pull request Snailclimb#2559 from wunameya/main
Update redis-questions-02.md
2 parents 53ce8e9 + c7e7085 commit b286e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/redis/redis-questions-02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ maxmemory-policy allkeys-lfu
438438
439439
由于该命令对 Redis 性能的影响比较大,因此禁止长时间开启 `MONITOR`(生产环境中建议谨慎使用该命令)。
440440
441-
```java
441+
```bash
442442
# redis-cli
443443
127.0.0.1:6379> MONITOR
444444
OK

0 commit comments

Comments
 (0)