当前位置:网站首页>Redis(1)之Redis简介
Redis(1)之Redis简介
2022-07-05 01:04:00 【W大羊肖恩W】
目录
1.什么时redis
(1)NoSQL是什么
NoSQL,泛指非关系型的数据库。随着互联网web2.0网站的兴起,传统的关系数据库在处理web2.0网站,特别是超大规模和高并发的SNS类型的web2.0纯已经显得力不从心,出现了很多难以克服的问题,而非关系型的数据库则由于其本身的特点得到了非常迅速的发展。NoSQL数据库的产生就是为了解决大规模数据集合多重数据种类带来的挑战,特别是大数据应用难题。
(2)NoSQL概述
NoSQL适用场景:对数据高并发的读写海量数据的读写对数据高可扩展性的1.2.3.NoSQL 不适用场景:需要事务支持基于 sql 的结构化查询存储,处理复杂的关系,需要即席查询。
(3)Redis是什么
Redis(Remote Dictionary Server ),即远程字典服务,是一个开源的使用ANSIC语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。Redis是一种NoSQL;
(4)Redis概述
1.Redis 是一个开源的 key-value 存储系统。
2.和 Memcached 类似,它支持存储的 value 类型相对更多,包括 string(字符串)、 list(链表)、set(集合)、zset(sorted set --有序集合)和 hash(哈希类型)。
2.Redis的作用
(1)配合关系型数据库做高速缓存
(2)多样的数据结构存储持久化数据
3.Redis相关知识介绍
(1)redis在Linux中启动
a.前台登录
在bin目录中输入命令redis-server
同时前台显示告诉我们redis的端口号为6379
b.后台登录
redis在Linux中启动命令为redis-server /路径/redis-config
打开客户端命令为redis-cli(我的redis.conf在etc目录下)
两种启动方式中我们选择后台启动方式
(2)退出redis客户端
退出redis客户端的命令为exit
(3)关闭redis的两种方法
a.直接在客户端输入命令 shutdown
b.利用kill命令杀死redis进程kill -9 PID
(4)Redis中的数据库
(5)Redis中其它操作
(6)Redis的说明
Redis 是单线程+多路 IO 复用技术
边栏推荐
- 【纯音听力测试】基于MATLAB的纯音听力测试系统
- FEG founder rox:smartdefi will be the benchmark of the entire decentralized financial market
- Grabbing and sorting out external articles -- status bar [4]
- Intel sapphire rapids SP Zhiqiang es processor cache memory split exposure
- [STM32] (I) overview and GPIO introduction
- Senior Test / development programmers write no bugs? Qualifications (shackles) don't be afraid of mistakes
- Oracle case: SMON rollback exception causes instance crash
- Hand drawn video website
- 资深测试/开发程序员写下无bug?资历(枷锁)不要惧怕错误......
- Query for Boolean field as "not true" (e.g. either false or non-existent)
猜你喜欢
Leetcode70 (Advanced), 322
【海浪建模2】三维海浪建模以及海浪发电机建模matlab仿真
Binary conversion problem
【海浪建模1】海浪建模的理论分析和matlab仿真
[pure tone hearing test] pure tone hearing test system based on MATLAB
Applet live + e-commerce, if you want to be a new retail e-commerce, use it!
1189. Maximum number of "balloons"
2022.07.03 (lc_6111_counts the number of ways to place houses)
资深测试/开发程序员写下无bug?资历(枷锁)不要惧怕错误......
Take you ten days to easily complete the go micro service series (IX. link tracking)
随机推荐
What if the programmer's SQL data script coding ability is weak and Bi can't do it?
[microprocessor] VHDL development of microprocessor based on FPGA
leetcode518,377
Arbitrum:二维费用
Global and Chinese market of network connected IC card smart water meters 2022-2028: Research Report on technology, participants, trends, market size and share
pycharm专业版下载安装教程
Grabbing and sorting out external articles -- status bar [4]
Parameter passing mechanism of member methods
Safety learning week4
全栈开发提效神器——ApiFox(Postman + Swagger + Mock + JMeter)
程序员SQL数据脚本编码能力弱,BI做不出来怎么办?
【纯音听力测试】基于MATLAB的纯音听力测试系统
【C】(笔试题)指针与数组,指针
dotnet-exec 0.6.0 released
1189. Maximum number of "balloons"
全网最全正则实战指南,拿走不谢
RB technology stack
const、volatile和restrict的作用和用法总结
||Interview questions you will encounter
Identifiers and keywords