Jiarenxiang | 25a45b7 | 2025-03-13 16:09:13 +0800 | [diff] [blame^] | 1 | Redis for Windows - https://github.com/tporadowski/redis |
| 2 | ======================================================== |
| 3 | |
| 4 | This file provides information about Windows-specific changes to Redis. |
| 5 | For release notes related to original Redis project - please see 00-RELEASENOTES. |
| 6 | |
| 7 | -------------------------------------------------------- |
| 8 | |
| 9 | 2021-10-18: Redis 5.0.14 for Windows |
| 10 | https://github.com/tporadowski/redis/releases/tag/v5.0.14 |
| 11 | |
| 12 | Bugfix/maintenance release of Redis for Windows, updated to be in sync with |
| 13 | redis/5.0.14 (https://github.com/redis/redis/releases/tag/5.0.14). |
| 14 | Additionally "SCRIPT DEBUG SYNC" is now available. |
| 15 | |
| 16 | -------------------------------------------------------- |
| 17 | |
| 18 | 2020-11-08: Redis 5.0.10 for Windows |
| 19 | https://github.com/tporadowski/redis/releases/tag/v5.0.10 |
| 20 | |
| 21 | Bugfix/maintenance release of Redis for Windows, updated to be in sync with |
| 22 | redis/5.0.10 (https://github.com/redis/redis/releases/tag/5.0.10) |
| 23 | |
| 24 | NOTE: active memory defragmentation feature ("activedefrag" option) is turned OFF. |
| 25 | |
| 26 | -------------------------------------------------------- |
| 27 | |
| 28 | 2020-05-02: Redis 5.0.9 for Windows |
| 29 | https://github.com/tporadowski/redis/releases/tag/v5.0.9 |
| 30 | |
| 31 | First release of Redis 5.x for Windows, updated to be in sync with antirez/5.0.9. |
| 32 | |
| 33 | -------------------------------------------------------- |
| 34 | |
| 35 | 2020-01-26: Redis 4.0.14.2 for Windows |
| 36 | https://github.com/tporadowski/redis/releases/tag/v4.0.14.2 |
| 37 | |
| 38 | This is a hotfix release of 4.0.14 branch that fixes #50 related to running in |
| 39 | Sentinel mode. |
| 40 | |
| 41 | -------------------------------------------------------- |
| 42 | |
| 43 | 2020-01-15: Redis 4.0.14.1 for Windows |
| 44 | https://github.com/tporadowski/redis/releases/tag/v4.0.14.1 |
| 45 | |
| 46 | This is a hotfix release of 4.0.14 branch that fixes 2 Windows-specific issues: |
| 47 | |
| 48 | * #46 - added support for older Windows versions (prior Windows 8 and Windows Server 2012) |
| 49 | * #47 - fixed problem with parsing command-line arguments. |
| 50 | |
| 51 | -------------------------------------------------------- |
| 52 | |
| 53 | 2019-08-29: Redis 4.0.14 for Windows |
| 54 | https://github.com/tporadowski/redis/releases/tag/v4.0.14 |
| 55 | |
| 56 | Redis 4.0.14 for Windows is a merge of Windows-specific changes from latest (unsupported) 3.2.100 release from MSOpenTech and original Redis 4.0.14. |
| 57 | |
| 58 | -------------------------------------------------------- |
| 59 | |
| 60 | 2018-10-01: Redis for Windows 4.0.2.3 (alpha) |
| 61 | |
| 62 | This 4.0.2.3 release is still an alpha version, but contains enhancements and fixes for: |
| 63 | |
| 64 | * #14: decrease logging verbosity of some cluster-related messages |
| 65 | * #23: ZRANK/ZREVRANK bugfix (win-port only) |
| 66 | * failed unit tests (bdcf80e). |
| 67 | |
| 68 | -------------------------------------------------------- |
| 69 | |
| 70 | 2018-03-26: Redis for Windows 4.0.2.2 (alpha) |
| 71 | https://github.com/tporadowski/redis/releases/tag/v4.0.2.2-alpha |
| 72 | |
| 73 | This 4.0.2.2 release is still an alpha version, but contains a fix to issue #12 |
| 74 | (crash when rewriting AOF file - this issue was specific to Windows port only). |
| 75 | |
| 76 | -------------------------------------------------------- |
| 77 | |
| 78 | 2018-03-17: Redis for Windows 4.0.2.1 (alpha) |
| 79 | https://github.com/tporadowski/redis/releases/tag/v4.0.2.1-alpha |
| 80 | |
| 81 | This 4.0.2.1 release is still an alpha version, but contains a fix to issue #11, |
| 82 | which was related to sending back larger amounts of data to Redis clients |
| 83 | (this issue was specific to Windows port only). |
| 84 | |
| 85 | -------------------------------------------------------- |
| 86 | |
| 87 | 2017-11-22: Redis 4.0.2 for Windows (alpha) |
| 88 | https://github.com/tporadowski/redis/releases/tag/v4.0.2-alpha |
| 89 | |
| 90 | Alpha version of Redis 4.0.2 for Windows. |
| 91 | |
| 92 | Redis 4.0.2 for Windows is a merge of Windows-specific changes from latest (unsupported) 3.2.100 release |
| 93 | from MSOpenTech and Redis 4.0.2 and this alpha release consists of: |
| 94 | |
| 95 | * all Redis 4.0.2 features except modules, |
| 96 | * all executables of Redis (redis-server, redis-cli, redis-benchmark, redis-check-aof, redis-check-rdb). |
| 97 | |
| 98 | Main difference to official Redis 4.0.2 (except no support for modules at the moment) is old version |
| 99 | of jemalloc-win dependency, which is planned to be updated to the same version in beta release. |