1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

修复 字体加粗失效问题

This commit is contained in:
hujesse83 2022-02-28 17:19:32 +08:00
parent 5d84238601
commit cdfc475549

View File

@ -482,7 +482,7 @@ OK
(integer) 56 (integer) 56
``` ```
注意:**Redis 中除了字符串类型有自己独有设置过期时间的命令 `setex` 外,其他方法都需要依靠 `expire` 命令来设置过期时间 。另外, `persist` 命令可以移除一个键的过期时间。 ** 注意:**Redis 中除了字符串类型有自己独有设置过期时间的命令 `setex` 外,其他方法都需要依靠 `expire` 命令来设置过期时间 。另外, `persist` 命令可以移除一个键的过期时间。**
**过期时间除了有助于缓解内存的消耗,还有什么其他用么?** **过期时间除了有助于缓解内存的消耗,还有什么其他用么?**