`
masterkey
  • 浏览: 337599 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Redis 2.2.0 RC1 is out

阅读更多

Redis 2.2.0 RC1 新特性:很多都是我所期待的;

  • Specially encoded data types, small lists and sets can now use up to an order of magnitude less memory.
  • VM partial rewrite for code cleaness and memory usage.* Change to the implementation of the top level dictionary for better memory efficienty.
  • redis-cli is hugely improved: tab completion, inline help (Thanks to TJ Holowaychuk), raw output, rewritten using the new hiredis C library.
  • Networking internals rewritten for efficiency. You can expect LRANGE and similar commands to be at least 10 times faster.
  • Most read only commands are now copy-on-write friendly, this means that Redis will use little memory when a saving child is active and the parent process is mostly stressed by read queries.
  • Non blocking replication even from the point of view of the slave, with configurable behavior about what to do when the link is disconnected. You can select if serving old data or replying with an error.
  • Check-and-set (CAS) transactions with the new WATCH command.* Now write operations work against keys with an EXPIRE set! Imagine the possibilities.
  • New maxmemory eviction policies. It is possible to select among LRU, farest TTL expire, and other algorithms, and if when the memory limit is reached only keys with an expire set or all the keys should be expired.
  • SETBIT / GETBIT / SETRANGE / GETRANGE / STRLEN. Now your strings are your arrays!* Syslog support (Thanks to Jonah H. Harris)
  • Unix domain socket support.
  • New List related functions LINSERT, LPUSHX, RPUSHX (Thanks to Robey Pointer)
  • BRPOPLPUSH (Thanks to Michel Martens and Damian Janowski)
  • Much more interesting informations in the INFO output.
  • Sorted sets are now less memory hungry.
  • Non blocking loading of .rdb / AOF file on startup, with progress information in the INFO output.
  • Now Redis has a clean, powerful, supported C library: hiredis.
  • Code layout completely new, the 2.0.x huge redis.c file is now splitted in many parts.
  • Redis-benchmark rewritten to be faster and in order to use hiredis as well.
  • Endless other CPU optimizations and bugs fixed.

 

分享到:
评论

相关推荐

    redis 5.0 rc1 windows

    Redis 5.0 rc1 已发布,Redis 5 是一个专注于几个重要特性的发行版。不同于 Redis 4 非常专注于操作,Redis 5 的变化大多是面向用户的,在现有的基础上增加新的数据类型和操作类型。 以下是此版本的主要特性: 新...

    Spring-session2整合spring5+redis

    标题中的“Spring-session2整合spring5+redis”指的是在Spring框架的第五个主要版本(Spring 5)中,集成Spring Session 2与Redis数据库来管理Web应用的会话(Session)。Spring Session是一个开源项目,旨在提供一...

    spring-data-redis-2.2.0.RELEASE.jar

    spring-data-redis-2.2.0.RELEASE

    关于Jedis连接Linux上的redis出现 DENIED Redis is running in protected mode问题的解决方案

    ### 关于Jedis连接Linux上的Redis出现DENIED Redis is running in protected mode问题的解决方案 #### 一、问题背景 在尝试使用Jedis客户端通过网络连接Linux服务器上的Redis时,可能会遇到一个常见的错误提示:...

    spring-boot-starter-data-redis-2.2.0.RELEASE.jar

    spring-boot-starter-data-redis-2.2.0.RELEASE

    spring-redis-maven整合带安装包

    Spring Redis 是一个集成Redis数据库与Spring框架的模块,它提供了对Redis数据存储的全面支持,使得在Java应用中使用Redis变得更加便捷。这个"Maven整合工程"意味着该项目使用Maven作为构建工具,通过管理依赖关系来...

    idea 或者datagrip中redis的插件 ledis 官网下载很慢 ledis2.54

    本文将主要探讨Redis的IDE集成以及在IntelliJ IDEA和DataGrip中安装Ledis插件的问题。 首先,IntelliJ IDEA和DataGrip都是JetBrains公司推出的强大开发环境,广泛应用于Java和其他语言的开发。DataGrip尤其专注于...

    spring-session-data-redis-2.2.0.RELEASE.jar

    spring-session-data-redis-2.2.0.RELEASE

    php_redis-4.1.0rc3-7.0-ts-vc14-x86.zip

    php_redis-4.1.0rc3-7.0-ts-vc14-x86.zip windows+redis

    redis-5.0-rc3,nosql开源数据库

    Redis,全称Remote Dictionary Server,是一款高性能的键值存储系统,由Salvatore Sanfilippo在2009年开发并开源,其设计目标是提供一个数据结构服务器,支持多种数据结构,如字符串、哈希表、列表、集合、有序集合...

    redis-6.2 Linux版(redis-6.2-rc1.tar.gz)

    这个压缩包“redis-6.2-rc1.tar.gz”提供了在Linux环境下运行Redis 6.2的第一个候选发布版本(RC1)。在本文中,我们将深入探讨Redis 6.2中的关键特性和改进,以及如何在Linux系统上安装和配置。 Redis 6.2的主要...

    rubygem-sensu-redis-2.2.0-1.el7.noarch.rpm

    官方离线安装包,亲测可用

    redis-5.9.101(6.0-rc1)-x64-windows-bin.rar

    Redis 6 RC1 发布了,项目创建人 antirez 在博客中介绍,这是迄今最“企业”化的版本(SSL 与 ACL 等特性与企业极相关),也是最大的版本,同时也是参与人数最多的版本。 GA 版本预计在明年三月到五月之间发布。 ...

    redis-3.0.0-rc1.tar

    "redis-3.0.0-rc1.tar" 文件是 Redis 的3.0.0版本的预发行版(Release Candidate 1),这是一个在正式版本发布前的测试版本,用于社区反馈和bug修复。以下将详细介绍Redis 3.0.0 RC1中的关键知识点: 1. **发布版本...

    redis-3.0.0-rc5.tar.gz

    在本案例中,我们讨论的是Redis的3.0.0 Release Candidate 5(rc5)版本的安装包,文件名为"redis-3.0.0-rc5.tar.gz"。这个版本在正式发布3.0.0之前,是一个测试版,用于发现并修复潜在问题,以确保最终版本的稳定性...

    redis-6.9.240(7.0-rc1)-x64-for-windows-bin.zip

    Redis 7.0 首个 RC 版已发布了一段时间。新版本包含多个面向用户的新功能、显着的性能优化和许多其他改进。与此同时还引入了可能会破坏兼容性的变更,因此使用者在升级时需要确认是否受影响。 需要特别注意以下变更...

    ledis插件Redis插件

    这个插件适用于IDEA的2017.1到2018.2版本,能够提供便捷的Redis和Ledis数据库管理功能,包括但不限于查看键值、执行命令、数据导入导出等。使用插件可以极大地提升开发者的工作效率,无需离开IDEA就能进行数据库操作...

    基于 Go 语言实现的 Redis 服务器(Godis)【数据库课程设计】

    【作品名称】:基于 Go 语言实现的 Redis 服务器(Godis)【数据库课程设计】 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【项目...

    redis-session-manager-redis-session-manager-2.2.0.zip

    标题"redis-session-manager-redis-session-manager-2.2.0.zip"指的是Redis Session Manager的2.2.0版本的压缩包文件,这通常包含了该版本的所有源代码、文档、配置文件以及可能的二进制执行文件。这个版本可能是对...

    redis-5.0.14-1.el7.remi.x86-64.rpm安装包(含有部署手册)

    redis-5.0.14-1.el7.remi.x86_64.rpm安装包(含有部署手册) redis-5.0.14-1.el7.remi.x86_64.rpm安装包(含有部署手册) redis-5.0.14-1.el7.remi.x86_64.rpm安装包(含有部署手册) redis-5.0.14-1.el7.remi.x86_64.rpm...

Global site tag (gtag.js) - Google Analytics