当前位置:网站首页>Redis database
Redis database
2022-08-02 06:18:00 【Have_MonkeyG】
1.redis concept
Redis is an open source (BSD licensed) in-memory data structure store used as a database, cache and message broker.Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperlogs, geospatial indexes, and streams.Redis has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of disk persistence, and provides high availability through Redis Sentinel and Redis Cluster automatic partitioning.
Advantages of 2.redis
1.Redis reads 110,000 times/s and writes 81,000 times/s
2. Atom.All operations of Redis are atomic, and Redis also supports the atomic execution of several operations after they are all merged.
3. Supports a variety of data structures: string (string); list (list); hash (hash), set (set); zset (ordered set)
4. Persistence--disk, master-slave replication (cluster)
5.The official does not support the window system, but there is a third-party version.linux system.---
边栏推荐
- Navicat cannot connect to mysql super detailed processing method
- How H5 realizes evoking APP
- interrupt()、interrupted()和isInterrupted()你真的懂了吗
- MySQL 灵魂 16 问,你能撑到第几问?
- "Digital reconstruction of the system, getting the CEO is the first step"
- MySQL数据表的基本操作和基于 MySQL数据表的基本操作的综合实例项目
- Mysql常用命令大全
- 21天学习挑战赛安排
- Redis-cluster mode (master-slave replication mode, sentinel mode, clustering mode)
- navicat连接MySQL报错:1045 - Access denied for user ‘root‘@‘localhost‘ (using password YES)
猜你喜欢
随机推荐
Mysql存储json格式数据
ELK log analysis system
100 latest software testing interview questions in 2022, summary of common interview questions and answers
12个MySQL慢查询的原因分析
MySQL 多表关联一对多查询实现取最新一条数据
Three methods of importing sql files in MySQL
Brush LeetCode topic series - 10. Regular expression match
说好的女程序员做测试有优势?面试十几家,被面试官虐哭~~
Detailed explanation of interface in Go language
MySQL String Concatenation - Various String Concatenation Practical Cases
Navicat new database
MySQL数据表的基本操作和基于 MySQL数据表的基本操作的综合实例项目
interrupt()、interrupted()和isInterrupted()你真的懂了吗
Packaging and deployment of go projects
Navicat如何连接MySQL
MySQL 字符串拼接 - 多种字符串拼接实战案例
Timing task library in the language use Cron, rounding
整合ssm(一)
MySQL 5.7 detailed download, installation and configuration tutorial
How much does a test environment cost? Start with cost and efficiency









