Redis Changelog

What's new in Redis 3.0.504

Sep 13, 2017
  • [Fix] Use overlapped sockets for cluster failover communication.
  • [Portability] strtol and strtoul fixes.
  • [Docs] Added Microsoft Open Source Code of Conduct.

New in Redis 2.8.19 (Jun 20, 2015)

  • Workaround for getpeername() issue, which affected sentinel failover over ipv6
  • Miscellaneous bug fixes
  • Added an MSI installer, in addition to the .zip distribution

New in Redis 2.8.19 Pre 2 (Jun 20, 2015)

  • Ported diskless replication
  • Miscellaneous bug fixes

New in Redis 2.8.17.4 (Jun 20, 2015)

  • Fix AV in AllocHeapBlock

New in Redis 2.8.17.3 (Jun 20, 2015)

  • Fix redis-cli pipe mode

New in Redis 2.8.19 Pre 1 (Jun 20, 2015)

  • This pre-release includes all changes from antirez/redis up to version 2.8.19.
  • It has passed basic verification, but has not undergone extensive testing. Please report any issues through the GitHub issues page.
  • The diskless replication feature has not been ported yet.

New in Redis 2.8.17.2 (Jun 20, 2015)

  • Moved binaries out of the repository, to the Releases page
  • Miscellaneous bug fixes