Skip to content

Commit cdfc475

Browse files
committed
修复 字体加粗失效问题
1 parent 5d84238 commit cdfc475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ OK
482482
(integer) 56
483483
```
484484

485-
注意:**Redis 中除了字符串类型有自己独有设置过期时间的命令 `setex` 外,其他方法都需要依靠 `expire` 命令来设置过期时间 。另外, `persist` 命令可以移除一个键的过期时间。 **
485+
注意:**Redis 中除了字符串类型有自己独有设置过期时间的命令 `setex` 外,其他方法都需要依靠 `expire` 命令来设置过期时间 。另外, `persist` 命令可以移除一个键的过期时间。**
486486

487487
**过期时间除了有助于缓解内存的消耗,还有什么其他用么?**
488488

0 commit comments

Comments
 (0)