发布于 2015-07-18 00:30:24 | 182 次阅读 | 评论: 0 | 来源: 网友投递

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

Redis Key-Value数据库

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


Redis 3.0.3 发布,此版本主要新增了可变的 EXISTS 命令,还有一些 bug 修复:

升级级别:低 

* [FIX] Fix blocking operations timeout precision when HZ is at its default
        value (not increased) and there are thousands of clients connected
        at the same time. This bug affected Sidekiq users that experienced
        a very long delay for BLPOP and similar commands to return for
        timeout. Check commit b029ff1 for more info. (Salvatore Sanfilippo)
* [FIX] MIGRATE "creating socket: Invalid argument" error fix. Check
        issues #2609 and #2612 for more info. (Salvatore Sanfilippo)
* [FIX] Be able to connect to the master even when the slave is bound to
        just the loopback interface and has no valid public address in the
        network the master is reacahble. (Salvatore Sanfilippo)
* [FIX] ZADD with options encoding promotion fixed. (linfangrong)
* [FIX] Reset aof_delayed_fsync on CONFIG RESETSTATS. (Tom Kiemes)
* [FIX] PFCOUNT key parsing in cluster fixed. (MOON_CLJ)
* [FIX] Fix Solaris compilation of Redis 3.0. (Jan-Erik Rediger)

下载:http://download.redis.io/releases/redis-3.0.3.tar.gz

Redis 是一个高性能的key-value数据库。 redis的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部 分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。

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

性能测试结果:

SET操作每秒钟 110000 次,GET操作每秒钟 81000 次,服务器配置如下:

Linux 2.6, Xeon X3320 2.5Ghz.

stackoverflow 网站使用 Redis 做为缓存服务器。

Redis 在 CentOS 下的启动脚本请看这里



历史版本 :
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号  版权声明  广告服务