发布于 2017-07-15 00:31:40 | 222 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Redis 命令参考,程序狗速度看过来!

Redis Key-Value数据库

Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。


Redis 4.0.0 已发布,这是 Redis 4.0 系列的首个稳定版,包含以下的一些重大改进:模块化的系统、更好的复制 (PSYNC2)、对 eviction policies, threaded DEL/FLUSH 的改进、混合 RDB+AOF 格式、对 Raspberry Pi 的支持作为主要平台、新的 MEMORY 命令行、Redis Cluster 对 Nat/Docker 的支持、更快的 Redis Cluster 键创建,以及许多其他较小的功能和一些行为修复等。

与之前的 RC 相比,有一些错误修复和改进,主要是:

  • Different replication fixes to PSYNC2, the new 4.0 replication engine.

  • Modules thread safe contexts were introduced. They are an experimental API right now, but the API is considered to be stable and usable when needed.

  • SLOWLOG now logs the offending client name and address. Note that this is a backward compatibility breakage in case old code assumes that the slowlog entry is composed of exactly three entries.

  • The modules native data types RDB format changed.

  • The AOF check utility is now able to deal with RDB preambles.

  • GEORADIUS_RO and GEORADIUSBYMEMBER_RO variants, not supporting the STORE option, were added in order to allow read-only scaling of such queries.

  • HSET is now variadic, and HMSET is considered deprecated (but will be supported for years to come). Please use HSET in new code.

  • GEORADIUS huge radius (>= ~6000 km) corner cases fixed, certain elements near the edges were not returned.

  • DEBUG DIGEST modules API added.

  • HyperLogLog commands no longer crash on certain input (non HLL) strings.

  • Fixed SLAVEOF inside MULTI/EXEC blocks.

  • Many other minor bug fixes and improvements.

详情请参阅发布说明

下载地址



历史版本 :
Redis 4.0.7 发布,高性能 key-value 数据库
Redis 4.0.4 发布,高性能的 key-value 数据库
Redis 4.0.2 和 3.2.11 发布,修复了隐藏的重要错误
Redis 3.2.10 发布,高性能的 key-value 数据库
Redis 4.0.1 发布,高性能的 key-value 数据库
Redis 4.0.1 发布,高性能的 key-value 数据库
Redis 4.0.0 正式发布,高性能的 key-value 数据库
Redis 3.2.9 发布,高性能的 key-value 数据库
redis-replicator 2.1.2 发布,redis 数据同步工具
Redis 4.0 Rc3,超高性能 key-value 数据库
Redis 3.2.8 发布,修复重要 bug
Redis 3.2.7 发布,修复重要 bug
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务