当前位置:网站首页>Redis key operation
Redis key operation
2022-07-06 01:40:00 【Freezing point contract】
operation key
keys * : View all... Of the current library key
exists key: Judge a certain key Whether there is
type key: Judge key What type is it
del key: Delete the specified key The data of
unlink key: Asynchronously delete the specified key( Only will keys from keyspace Delete from metadata , The real deletion will be done asynchronously later )
expire key 10: Set up key The expiration date is 10s
ttl key: see key How much more? s Be overdue ,-1 Represents never expires ,-2 Indicates that it has expired
select db: Switch to the specified library
dbsize: View the current library's key Number
flushdb: Empty the current library
flushall: Empty all libraries
边栏推荐
- Basic process and testing idea of interface automation
- 【Flask】静态文件与模板渲染
- Remember that a version of @nestjs/typeorm^8.1.4 cannot be obtained Env option problem
- 【Flask】获取请求信息、重定向、错误处理
- Redis-字符串类型
- MCU lightweight system core
- Regular expressions: examples (1)
- 【Flask】官方教程(Tutorial)-part3:blog蓝图、项目可安装化
- Redis守护进程无法停止解决方案
- Leetcode skimming questions_ Invert vowels in a string
猜你喜欢
![[solved] how to generate a beautiful static document description page](/img/c1/6ad935c1906208d81facb16390448e.png)
[solved] how to generate a beautiful static document description page

leetcode刷题_验证回文字符串 Ⅱ
Folio. Ink is a free, fast and easy-to-use image sharing tool
![[技术发展-28]:信息通信网大全、新的技术形态、信息通信行业高质量发展概览](/img/94/05b2ff62a8a11340cc94c69645db73.png)
[技术发展-28]:信息通信网大全、新的技术形态、信息通信行业高质量发展概览

国家级非遗传承人高清旺《四大美人》皮影数字藏品惊艳亮相!

dried food! Accelerating sparse neural network through hardware and software co design

General operation method of spot Silver

How to see the K-line chart of gold price trend?
![[flask] official tutorial -part1: project layout, application settings, definition and database access](/img/c3/04422e4c6c1247169999dd86b74c05.png)
[flask] official tutorial -part1: project layout, application settings, definition and database access

NumPy 数组索引 切片
随机推荐
Ali test open-ended questions
[the most complete in the whole network] |mysql explain full interpretation
Unreal browser plug-in
leetcode刷题_平方数之和
Redis-字符串类型
什么是弱引用?es6中有哪些弱引用数据类型?js中的弱引用是什么?
Numpy array index slice
[ssrf-01] principle and utilization examples of server-side Request Forgery vulnerability
Remember that a version of @nestjs/typeorm^8.1.4 cannot be obtained Env option problem
电气数据|IEEE118(含风能太阳能)
Unity VR solves the problem that the handle ray keeps flashing after touching the button of the UI
【Flask】官方教程(Tutorial)-part2:蓝图-视图、模板、静态文件
2 power view
What is weak reference? What are the weak reference data types in ES6? What are weak references in JS?
02.Go语言开发环境配置
国家级非遗传承人高清旺《四大美人》皮影数字藏品惊艳亮相!
[solved] how to generate a beautiful static document description page
Alibaba-Canal使用详解(排坑版)_MySQL与ES数据同步
c#网页打开winform exe
leetcode刷题_验证回文字符串 Ⅱ