Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 1ccc512b39a4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 85d6f3bcd9cb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 17, 2020

  1. redis: 6.0.1 -> 6.0.3

    ================================================================================
    Redis 6.0.3     Released Sat May 16 18:10:21 CEST 2020
    ================================================================================
    
    Upgrade urgency CRITICAL: a crash introduced in 6.0.2 is now fixed.
    
    1eab62f7e Remove the client from CLOSE_ASAP list before caching the master.
    
    ================================================================================
    Redis 6.0.2     Released Fri May 15 22:24:36 CEST 2020
    ================================================================================
    
    Upgrade urgency MODERATE: many not critical bugfixes in different areas.
                              Critical fix to client side caching when
                              keys are evicted from the tracking table but
                              no notifications are sent.
    
    The following are the most serious fix:
    
    * XPENDING should not update consumer's seen-time
    * optimize memory usage of deferred replies - fixed
    * Fix CRC64 initialization outside the Redis server itself.
    * stringmatchlen() should not expect null terminated strings.
    * Cluster nodes availability checks improved when there is
      high Pub/Sub load on the cluster bus.
    * Redis Benchmark: Fix coredump because of double free
    * Tracking: send eviction messages when evicting entries.
    * rax.c updated from upstream antirez/rax.
    * fix redis 6.0 not freeing closed connections during loading.
    
    New features:
    
    * Support setcpuaffinity on linux/bsd
    * Client Side Caching: Add Tracking Prefix Number Stats in Server Info
    * Add --user argument to redis-benchmark.c (ACL)
    JJJollyjim committed May 17, 2020
    Copy the full SHA
    68a09ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88011 from JJJollyjim/redis-6.0.3

    redis: 6.0.1 -> 6.0.3
    adisbladis committed May 17, 2020
    Copy the full SHA
    85d6f3b View commit details
    Browse the repository at this point in the history