We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 263d11b + cdfc475 commit 9bb5be9Copy full SHA for 9bb5be9
docs/database/redis/redis-questions-01.md
@@ -482,7 +482,7 @@ OK
482
(integer) 56
483
```
484
485
-注意:**Redis 中除了字符串类型有自己独有设置过期时间的命令 `setex` 外,其他方法都需要依靠 `expire` 命令来设置过期时间 。另外, `persist` 命令可以移除一个键的过期时间。 **
+注意:**Redis 中除了字符串类型有自己独有设置过期时间的命令 `setex` 外,其他方法都需要依靠 `expire` 命令来设置过期时间 。另外, `persist` 命令可以移除一个键的过期时间。**
486
487
**过期时间除了有助于缓解内存的消耗,还有什么其他用么?**
488
0 commit comments