当前位置:网站首页>Redis数据库
Redis数据库
2022-08-02 05:04:00 【Have_MonkeyG】
1.redis的概念
Redis是一种开放源代码(BSD许可)的内存中数据结构存储,用作数据库,缓存和消息代理。Redis提供数据结构,例如字符串,哈希,列表,集合,带范围查询的排序集合,位图,超日志,地理空间索引和流。Redis具有内置的复制,Lua脚本,LRU驱逐,事务和不同级别的磁盘持久性,并通过Redis Sentinel和Redis Cluster自动分区提供了高可用性。
2.redis的优点
1.Redis读取的速度是110000次/s,写的速度是81000次/s
2.原子 。Redis的所有操作都是原子性的,同时Redis还支持对几个操作全并后的原子性执行。
3.支持多种数据结构:string(字符串);list(列表);hash(哈希),set(集合);zset(有序集合)
4.持久化--磁盘,主从复制(集群)
5.官方不支持window系统,但是又第三方版本。 linux系统。---
边栏推荐
- el-input can only input integers (including positive numbers, negative numbers, 0) or only integers (including positive numbers, negative numbers, 0) and decimals
- 【C语言】LeetCode26.删除有序数组中的重复项&&LeetCode88.合并两个有序数组
- 07-传统的生产者消费者问题、防止虚假唤醒
- [QNX Hypervisor 2.2用户手册]9.18 unsupported
- Navicat如何连接MySQL
- Redis常见题型
- How Navicat Connects to MySQL
- 【热题】LeetCode 热题 HOT 100分类+题解
- Mysql子查询关键字的使用(exists)
- MySQL multi-table association one-to-many query to get the latest data
猜你喜欢

MySQL导入sql文件的三种方法

07-传统的生产者消费者问题、防止虚假唤醒

Detailed explanation of AMQP protocol

apifox介绍及使用(1)。

MySQL如何对SQL做prepare预处理(解决IN查询SQL预处理仅能查询出一条记录的问题)

ERROR 1045 (28000) Access denied for user 'root'@'localhost'Solution

navicat connects to MySQL and reports an error: 1045 - Access denied for user 'root'@'localhost' (using password YES)

ELK日志分析系统

Browser onload event

go项目的打包部署
随机推荐
navicat connects to MySQL and reports an error: 1045 - Access denied for user 'root'@'localhost' (using password YES)
SQL数据表增加列
MySQL 游标
mysql练习题
MySQL(7)
ES6——class类实现继承
apisix-入门使用篇
mysql安装教程【安装版】
canvas 像素操作(图片像素操作)
21天学习挑战赛安排
MySQL 5.7 detailed download, installation and configuration tutorial
数据湖:流计算处理框架Flink概述
Android Studio 实现登录注册-源代码 (连接MySql数据库)
【MLT】MLT多媒体框架生产消费架构解析(一)
golang's time package: methods for time interval formatting and output of timestamp formats such as seconds, milliseconds, and nanoseconds
Browser onload event
Matlab论文插图绘制模板第41期—气泡图(bubblechart)
golang的time包:时间间隔格式化和秒、毫秒、纳秒等时间戳格式输出的方法
公司不重视软件测试,新来的阿里P8给我们撰写了测试用例编写规范
RADIUS 如何提高 WiFi 无线网络安全性?