redis简介_Redis简介

redis简介

Redis is one amazing Open Source software that can serve various needs in a Web Application.

Redis是一种出色的开源软件,可以满足Web应用程序中的各种需求。

What is Redis?

什么是Redis?

It is a NoSQL database, and in particular a key/value store. It can be used with any programming language, because it’s not a JavaScript-specific technology - it’s written in C.

它是NoSQL数据库 ,尤其是键/值存储 。 它可以与任何编程语言一起使用,因为它不是特定于JavaScript的技术-用C编写。

We can store values and associate them to a key, and later retrieve them.

我们可以存储值并将它们关联到键,然后再检索它们。

One of its special features is high performance. High performance is provided by one of its main characteristics: it’s an in-memory database. Data is kept, stored and accessed in memory instead of being written to a database.

其特色之一是高性能 。 它的主要特征之一提供了高性能:它是一个内存数据库。 数据被保存,存储和访问在内存中,而不是被写入数据库。

Most databases keep data stored on disk and they optimize by keeping a cached set in memory.

大多数数据库将数据存储在磁盘上,并且它们通过在内存中保留缓存集来进行优化。

Redis does the opposite: it keeps the data in memory.

Redis则相反:将数据保留在内存中。

By default Redis saves snapshots of the stored data set to disk, and you can configure the details of how this happens and where the data is stored.

默认情况下,Redis将存储的数据集的快照保存到磁盘,并且您可以配置有关如何进行以及如何存储数据的详细信息。

Redis is one of my favorite tools because of its flexibility. You have lots of freedom in how you store and manage data storage, and it can be used in many different ways depending on your needs.

Redis的灵活性使其成为我最喜欢的工具之一。 您在存储和管理数据存储方面有很多自由,可以根据需要以多种不同方式使用它。

This is also because it’s a NoSQL database, meaning it’s very flexible compared to PostgreSQL or other SQL and schema-based databases.

这也是因为它是NoSQL数据库,这意味着与PostgreSQL或其他基于SQL和基于架构的数据库相比,它非常灵活。

It’s often used as a cache storage mechanism, but also as a message broker, a way to communicate between different processes and applications.

它通常用作缓存存储机制,但也用作消息代理,这是在不同进程和应用程序之间进行通信的一种方式。

Continue here:

在这里继续:

翻译自: https://flaviocopes.com/redis-introduction/

redis简介

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值