【003】-Redis-Redis是什么-官方回答
点击
蓝色
字体催更
Redis是什么,官方权威答案!
1
1、Redis官网给出的回答
中文官网
Redis 是一个开源(BSD许可)的,内存中的数据结构存储系统,它可以用作数据库、缓存和消息中间件。
英文官网
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
2
Redis GitHub 仓库给出的回答
What is Redis?
Redis is often referred as a data structures server. What this means is that Redis provides access to mutable data structures via a set of commands, which are sent using a server-client model with TCP sockets and a simple protocol. So different processes can query and modify the same data structures in a shared way.
中文译文
Redis 通常被称为一个数据结构服务。这意味着 Redis 提供了对可变数据结果的访问的一组命令。这些命令通过服务端-客户端模型的模式使用 tcp 套接字和简单协议进行发送。因此不同的进程可以对相同数据结果进行查询修改已共享的方式。
Redis C/S 通讯模式
【回复:Redis资料包】
获取相关 Redis 资料,资料实时更新....
end
扫码催更
获取资料
小视频