当前位置:网站首页>Introduction to redis (1)
Introduction to redis (1)
2022-07-05 01:06:00 【W sheep Sean w】
Catalog
3.Redis Introduction to relevant knowledge
(3) close redis Two methods of
1. When redis
(1)NoSQL What is it?
NoSQL, A general term for a non-relational database . With the Internet web2.0 The rise of websites , Traditional relational databases are dealing with web2.0 Website , Especially large scale and high concurrency SNS Type of web2.0 Pure already seems unable , There are a lot of insurmountable problems , The non-relational database has developed rapidly due to its own characteristics .NoSQL The emergence of database is to solve the challenge of large data sets and multiple data types , Especially big data application problems .
(2)NoSQL summary
NoSQL Applicable scenario :High concurrent reading and writing of dataRead and write massive dataHigh scalability of data 1.2.3.NoSQL Not applicable to the scene :Need transaction supportbe based on sql Structured query storage of , Dealing with complex relationships , need Impromptu Inquire about .
(3)Redis What is it?
Redis(Remote Dictionary Server ), Remote dictionary service , Is an open source use ANSIC Language writing 、 Support network 、 Log type that can be memory based or persistent 、Key-Value database , And provide multilingual API.Redis It's a kind of NoSQL;
(4)Redis summary
1.Redis It's a Open source Of key-value The storage system .
2. and Memcached similar , It supports storage value There are more types , Include string( character string )、 list( Linked list )、set( aggregate )、zset(sorted set -- Ordered set ) and hash( Hash type ).
2.Redis The role of
(1) Cache with relational database
(2) A variety of data structures store persistent data
3.Redis Introduction to relevant knowledge
(1)redis stay Linux Start in
a. Front desk login
stay bin Enter the command in the directory redis-server
At the same time, the front desk display tells us redis The port number of is 6379
b. Backstage login
redis stay Linux The startup command in is redis-server / route /redis-config
The command to open the client is redis-cli( my redis.conf stay etc Under the table of contents )
Among the two startup methods, we choose the background startup method
(2) sign out redis client
sign out redis client The order is exit
(3) close redis Two methods of
a. Enter commands directly on the client shutdown
b. utilize kill Order to kill redis process kill -9 PID
(4)Redis Database in
(5)Redis Other operations in
(6)Redis Explanation
Redis A single thread + multiple IO Multiplexing technology
边栏推荐
- 【大型电商项目开发】性能压测-优化-中间件对性能的影响-40
- Identifiers and keywords
- 如果消费互联网比喻成「湖泊」的话,产业互联网则是广阔的「海洋」
- leetcode518,377
- 【FPGA教程案例10】基于Verilog的复数乘法器设计与实现
- Talking about JVM 4: class loading mechanism
- Grabbing and sorting out external articles -- status bar [4]
- Global and Chinese market of veterinary thermometers 2022-2028: Research Report on technology, participants, trends, market size and share
- Safety learning week4
- “薪资倒挂”、“毕业生平替” 这些现象说明测试行业已经...
猜你喜欢

华为百万聘请数据治理专家!背后的千亿市场值得关注

dotnet-exec 0.6.0 released

Behind the cluster listing, to what extent is the Chinese restaurant chain "rolled"?

Innovation leads the direction. Huawei Smart Life launches new products in the whole scene

Arbitrum:二维费用
![[pure tone hearing test] pure tone hearing test system based on MATLAB](/img/1c/62ed6b3eb27a4dff976c4a2700a850.png)
[pure tone hearing test] pure tone hearing test system based on MATLAB

Redis(1)之Redis简介

整理混乱的头文件,我用include what you use

Apifox (postman + swagger + mock + JMeter), an artifact of full stack development and efficiency improvement

pycharm专业版下载安装教程
随机推荐
Arbitrum: two-dimensional cost
POAP:NFT的采用入口?
Global and Chinese markets of emergency rescue vessels (errv) 2022-2028: Research Report on technology, participants, trends, market size and share
Global and Chinese market of portable CNC cutting machines 2022-2028: Research Report on technology, participants, trends, market size and share
FEG founder rox:smartdefi will be the benchmark of the entire decentralized financial market
107. Some details of SAP ui5 overflow toolbar container control and resize event processing
Intel sapphire rapids SP Zhiqiang es processor cache memory split exposure
4. Scala writes HelloWorld in idea, in-depth analysis of accompanying objects, and association of source packages
Several simplified forms of lambda expression
Basic operations of database and table ----- delete index
SAP UI5 应用开发教程之一百零七 - SAP UI5 OverflowToolbar 容器控件介绍的试读版
Arbitrum:二维费用
[FPGA tutorial case 9] design and implementation of clock manager based on vivado core
【大型电商项目开发】性能压测-优化-中间件对性能的影响-40
多模输入事件分发机制详解
Playwright之录制
There is a new Post-00 exam king in the testing department. I really can't do it in my old age. I have
抓包整理外篇——————状态栏[ 四]
【海浪建模3】三维随机真实海浪建模以及海浪发电机建模matlab仿真
[STM32] (I) overview and GPIO introduction