Skip to content

Commit c7e7085

Browse files
authored
Update redis-questions-02.md
1 parent 650a4c8 commit c7e7085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)