在水一万 发表于 2015-7-26 07:35:46

Redis 3.0.3 发布,新增可变 EXISTS 命令

升级级别:低   

  
*  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)
  
*  MIGRATE "creating socket: Invalid argument" error fix. Check
  
        issues #2609 and #2612 for more info. (Salvatore Sanfilippo)
  
*  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)
  
*  ZADD with options encoding promotion fixed. (linfangrong)
  
*  Reset aof_delayed_fsync on CONFIG RESETSTATS. (Tom Kiemes)
  
*  PFCOUNT key parsing in cluster fixed. (MOON_CLJ)
  
*  Fix Solaris compilation of Redis 3.0. (Jan-Erik Rediger)
页: [1]
查看完整版本: Redis 3.0.3 发布,新增可变 EXISTS 命令