当前位置:网站首页>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.---
边栏推荐
猜你喜欢
随机推荐
The Go language learning notes - dealing with timeout - use the language from scratch from Context
Install and use Google Chrome
Go语言之interface详解
12个MySQL慢查询的原因分析
为什么4个字节的float要比8个字节的long大呢?
构造方法、成员变量、局部变量
MYSQL 唯一约束
网安学习-内网渗透4
el-input can only input integers (including positive numbers, negative numbers, 0) or only integers (including positive numbers, negative numbers, 0) and decimals
ELK日志分析系统
golang的time包:时间间隔格式化和秒、毫秒、纳秒等时间戳格式输出的方法
Navicat如何连接MySQL
JUC(二)原子类:CAS、乐观锁、Unsafe和原子类
Mysql 回表
LeetCode刷题系列 -- 787. K 站中转内最便宜的航班
golang泛型
swinIR论文阅读笔记
ELK log analysis system
Google notes cut hidden plug-in installation impression
golang's time package: methods for time interval formatting and output of timestamp formats such as seconds, milliseconds, and nanoseconds