当前位置:网站首页>001_redis设置存活时间
001_redis设置存活时间
2022-04-23 02:02:00 【_yummy_】
001_redis设置存活时间
1、使用expire来设置键的存活时间
- 存活时长是以秒为单位的
(1)设置键name的存活时间为20s
127.0.0.1:6379> expire name 20
(integer) 1
(2)效果展示
客户端提示:
2、在新建的键中,一般默认永久有效
127.0.0.1:6379> set name LYM
OK
127.0.0.1:6379> set age 21
OK
127.0.0.1:6379> TTL name
(integer) -1
127.0.0.1:6379> TTL age
(integer) -1
(1)其中“-1”表示永久有效的含义。
3、总结
- keys:查看符合模板的所有key,不建议在生产环境设备中使用
- del:删除 一个指定的key
- exists:判断key是否存在
- expire:给key设置一个有效期,有效期到key就会被自动删除
- ttl:查看一个key的剩余有效期
版权声明
本文为[_yummy_]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_43890515/article/details/124262204
边栏推荐
- Unity editor hierarchy drop-down menu extension
- What problems will you encounter when dialing VPS?
- 89 régression logistique prédiction de la réponse de l'utilisateur à l'image de l'utilisateur
- 动态代理ip的测试步骤有哪些?
- C语言中如何“指名道姓”的进行初始化
- Makefile文件是什麼?
- Use of j-link RTT
- Esp32 message queue using FreeRTOS
- 搭建个人主页保姆级教程(二)
- How to classify proxy IP?
猜你喜欢
[hands on learning] network depth v2.1 Sequence model
ESP32使用freeRTOS的消息队列
Encrypted compressed backup bat script
Longest common subsequence (record path version)
What is BGP server and what are its advantages?
我国科学家揭示突破水稻产量瓶颈新机制
如何选择一台好的拨号服务器?
Under the pressure of sales, domestic mobile phones began to reduce prices, but they haven't put down their final face
教程】如何用GCC“零汇编”白嫖MDK
How can e-procurement become a value-added function in the supply chain?
随机推荐
今天终于会写System.out.println()了
What is BGP server and what are its advantages?
不断下沉的咖啡业,是虚假的繁荣还是破局的前夜?
How to initialize "naming and surname" in C language
[hands on learning] network depth v2.1 Sequence model
What should I pay attention to when using proxy IP?
2022第六季完美童模 IPA國民賽領跑元宇宙賽道
What businesses use physical servers?
Longest common subsequence (record path version)
Easyswool environment configuration
About how to import C4d animation into lumion
MySQL active / standby configuration binary log problem
Use of j-link RTT
2022 low voltage electrician examination questions and answers
代理IP可用率是不是等同于代理IP的效率?
拨号服务器是什么,有什么用处?
Redis memory recycling strategy
Challenges often faced by client project management
How to set computer IP?
Under the pressure of sales, domestic mobile phones began to reduce prices, but they haven't put down their final face