blob: bdcebc6b810113f772041fc46f1b90b2da1ea94d [file] [log] [blame]
Jiarenxiang25a45b72025-03-13 16:09:13 +08001Redis for Windows - https://github.com/tporadowski/redis
2========================================================
3
4This file provides information about Windows-specific changes to Redis.
5For release notes related to original Redis project - please see 00-RELEASENOTES.
6
7--------------------------------------------------------
8
92021-10-18: Redis 5.0.14 for Windows
10https://github.com/tporadowski/redis/releases/tag/v5.0.14
11
12Bugfix/maintenance release of Redis for Windows, updated to be in sync with
13redis/5.0.14 (https://github.com/redis/redis/releases/tag/5.0.14).
14Additionally "SCRIPT DEBUG SYNC" is now available.
15
16--------------------------------------------------------
17
182020-11-08: Redis 5.0.10 for Windows
19https://github.com/tporadowski/redis/releases/tag/v5.0.10
20
21Bugfix/maintenance release of Redis for Windows, updated to be in sync with
22redis/5.0.10 (https://github.com/redis/redis/releases/tag/5.0.10)
23
24NOTE: active memory defragmentation feature ("activedefrag" option) is turned OFF.
25
26--------------------------------------------------------
27
282020-05-02: Redis 5.0.9 for Windows
29https://github.com/tporadowski/redis/releases/tag/v5.0.9
30
31First release of Redis 5.x for Windows, updated to be in sync with antirez/5.0.9.
32
33--------------------------------------------------------
34
352020-01-26: Redis 4.0.14.2 for Windows
36https://github.com/tporadowski/redis/releases/tag/v4.0.14.2
37
38This is a hotfix release of 4.0.14 branch that fixes #50 related to running in
39Sentinel mode.
40
41--------------------------------------------------------
42
432020-01-15: Redis 4.0.14.1 for Windows
44https://github.com/tporadowski/redis/releases/tag/v4.0.14.1
45
46This 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
532019-08-29: Redis 4.0.14 for Windows
54https://github.com/tporadowski/redis/releases/tag/v4.0.14
55
56Redis 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
602018-10-01: Redis for Windows 4.0.2.3 (alpha)
61
62This 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
702018-03-26: Redis for Windows 4.0.2.2 (alpha)
71https://github.com/tporadowski/redis/releases/tag/v4.0.2.2-alpha
72
73This 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
782018-03-17: Redis for Windows 4.0.2.1 (alpha)
79https://github.com/tporadowski/redis/releases/tag/v4.0.2.1-alpha
80
81This 4.0.2.1 release is still an alpha version, but contains a fix to issue #11,
82which was related to sending back larger amounts of data to Redis clients
83(this issue was specific to Windows port only).
84
85--------------------------------------------------------
86
872017-11-22: Redis 4.0.2 for Windows (alpha)
88https://github.com/tporadowski/redis/releases/tag/v4.0.2-alpha
89
90Alpha version of Redis 4.0.2 for Windows.
91
92Redis 4.0.2 for Windows is a merge of Windows-specific changes from latest (unsupported) 3.2.100 release
93from 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
98Main difference to official Redis 4.0.2 (except no support for modules at the moment) is old version
99of jemalloc-win dependency, which is planned to be updated to the same version in beta release.