当前位置:网站首页>New redis6 features
New redis6 features
2022-07-19 08:10:00 【Program three two lines】
One 、Redis Acl
1、 summary
Redis Acl yes redis6 New permission control function ,redis5 Before the version, the security rules were controlled by password and by rename Control high-risk orders , such as flushdb keys* shutdown etc.

2、 command
1、acl cat View the add permission command
2、acl cat string View the available commands of the specified type
3、 Create a new user and set permissions related user commands


Two 、io Multithreading
Not at all redis Multi threading is supported redis Executing commands is still a single thread , Multithreading is specialized in processing network data, protocol parsing, and so on
The default is not on Need configuration
io-threads-do-reads yes
3、 ... and 、 Tool support
Old edition redis If you want to build a cluster, you need to install it separately ruby Environmental Science redis5 take redis-trilb.rb Integrated into redis-cli
Another official redis-benchmark Tool support cluster Pattern Through the way of multithreading, the pressure test is carried out for multiple pieces
Four 、 Other new features
1、RESP3, new redis Communication protocol , Optimize the communication between server and client
2、Client side caching Client cache , be based on RESP3 The client cache function of the protocol , To further improve cache performance , Data that customers but often access cache To client , Reduce TCP Network interaction
3、Proxy Cluster agent mode :Proxy function , Give Way Cluster It has the same access method as a single real column , Reduce your use cluster Threshold , However, it should be noted that the agent does not change Cluster The functional limitations of , Commands that are not supported will not be supported , For example, cross slot More key operation
4、Modules API:redis6 Middle module API Great development progress , because redis Labs Responsible for developing functions , From the beginning redis modular ,redis You can program a framework , utilize modules To build different systems , Instead of writing from scratch and then BSD The license ,Redis At the beginning, it is a platform for developing various systems
边栏推荐
- Visual Studio 生产环境配置方案:SlowCheetah
- Why does the Fed cut interest rates benefit the digital money market in the long run? 2020-03-05
- 经典通用的Pbootcms花卉网站模板源码,自适应手机端,带后台管理
- Practice of online problem feedback module (V): realize the automatic filling function of general field content
- How to write the highlights of SCI papers (seriously teach you how to write)
- redis集群
- 2022 review questions and mock exams for main principals of hazardous chemical business units
- Forecast sales xgboost
- C语言一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3.编程
- CAD fill to polyline script
猜你喜欢
随机推荐
Redis storage structure principle 2
美联储降息,为何长期利好数字货币市场? 2020-03-05
【C语言】自定义类型详解:结构体、枚举、联合
812. 最大三角形面积
Semiconductor material technology
Kingbasees can realize any of MySQL by constructing an aggregate function_ Value function.
[JVM] heap memory, escape analysis, on stack allocation, synchronous omission, scalar replacement details
Convolutional neural network CNN
Complete square number
Redis jump table implementation principle & time complexity analysis
Discussion sur la technologie RISC - V
Xinlinx zynq7020, 7045 domestic replacement fmql45t900 national production arm core board + expansion board
Pytoch notes (2)
网站漏洞修复服务商分析可控参数带来的越权
网站APP数据库里的用户信息被泄露篡改怎么办
Random forest of machine learning
WPF 三维应用搭建(基础)
Paddleserving服务化部署 tensorrt报错, shape of trt subgraph is [-1,-1,768],
csp-2020-6-《角色授权》
[MySQL] transaction: basic knowledge of transaction, implementation principle of MySQL transaction, detailed explanation of transaction log redolog & undo









