redis 6.0.6 下载 -- Redis中国用户组(CRUG)


本站和网页 http://www.redis.cn/download.html 的作者无关,不对其内容负责。快照谨为网络故障时之索引,不代表被搜索网站的即时页面。

redis 6.0.6 下载 -- Redis中国用户组(CRUG)
首页
命令
客户端
文档
社区
下载
支持
许可
更新日志
文章大全
论坛
命令
客户端
文档
社区
下载
支持
许可
更新日志
文章大全
论坛
*下载
Redis 使用标准版本标记进行版本控制:major.minor.patchlevel。偶数的版本号表示稳定的版本,
例如 1.2,2.0,2.2,2.4,2.6,2.8,奇数的版本号用来表示非标准版本,例如2.9.x是非稳定版本,它的稳定版本是3.0。
非稳定版
This is where all the development happens. Only for hard-core hackers. Use only if you need to test the latest features or performance improvements. This is going to be the next Redis release in a few months.
Download
unstable
稳定版
(5.0)
Redis 5.0 是第一个加入流数据类型(stream data type )的版本,sorted sets blocking pop operations, LFU/LRU info in RDB, Cluster manager inside redis-cli, active defragmentation V2, HyperLogLogs improvements and many other improvements. Redis 5 was release as GA in October 2018.
Release notes
Download
6.0.6
Docker
It is possible to get Docker images of Redis from the Docker Hub. Multiple versions are available, usually updated in a short time after a new release is available.
Download
*历史版本
Old
(4.0)
Redis 4.0 was released as GA in July 2017, newcomers should use Redis 5, but Redis 4 is currently the most production-proven release and will be updated for the next year until Redis 6 will be out. It contains several big improvements: a modules system, much better replication (PSYNC2), improvements to eviction policies, threaded DEL/FLUSH, mixed RDB+AOF format, Raspberry Pi support as primary platform, the new MEMORY command, Redis Cluster support for Nat/Docker, active memory defragmentation, memory usage and performance improvements, much faster Redis Cluster key creation, many other smaller features and a number of behavior fixed.
See the
release notes
or
download 4.0.11.
*更多
更多的历史版本可以通过
Google Code进行下载。
Scripts and other automatic downloads
can easily access the tarball of the latest Redis stable version at
http://download.redis.io/redis-stable.tar.gz.
The source code of the latest stable release is
always browsable here,
use the file
src/version.h
in order to extract the version in an automatic way.
*如何验证文件的完整性
The Github repository
redis-hashes
contains a README file with SHA1 digests of released tarball archives.
Note: the generic redis-stable.tar.gz tarball does not match any hash because it is modified to untar to the redis-stable directory.
*安装
下载、解压、编译Redis
$ wget http://download.redis.io/releases/redis-6.0.6.tar.gz $ tar xzf redis-6.0.6.tar.gz $ cd redis-6.0.6 $ make
进入到解压后的
src
目录,通过如下命令启动Redis:
$ src/redis-server
您可以使用内置的客户端与Redis进行交互:
$ src/redis-cli redis> set foo bar OK redis> get foo "bar"
您也可以试用在线Redis感受Redis的魅力。
本站资源翻译自redis.io,
由redis.cn翻译团队翻译,
更新日志请点击这里查看,
翻译原文版权归redis.io官方所有,翻译不正确的地方欢迎大家指出。
感谢各界爱心人士的热心捐赠,CRUG的成长离不开大家的帮助和支持,特别是Redis捐赠清单里面的各位伙伴。
联系Email:admin@redis.cn,
redis交流群:579708237
京ICP备15003959号-2
友情链接:
阿里云
DBA的罗浮宫
VIP-陈群博客
Redis-知识库
Kubernetes
方后国的博客
ChromeGAE
网站排行榜