Releases: redis-windows/redis-windows
Redis 8.6.3 for Windows
Update urgency: SECURITY: There are security fixes in the release.
Security fixes
- (CVE-2026-23479) Use-After-Free in unblock client flow may lead to Remote Code Execution.
- (CVE-2026-25243) Invalid memory access in
RESTOREmay lead to Remote Code Execution - (CVE-2026-23631) Lua Use-After-Free may lead to remote code execution
- (CVE-2026-25588) Invalid memory access in
RESTOREmay lead to Remote Code Execution (Time Series) - (CVE-2026-25589) Invalid memory access in
RESTOREmay lead to Remote Code Execution (Probabilistic)
Bug fixes
SUBSCRIBE,PSUBSCRIBE,SSUBSCRIBE: crash on OOM (RED-167788)CONFIG SET: some settings allow invalid characters (RED-167787)SCRIPT DEBUG: potential crash on scripts (RED-175507)VADD: crash or buffer overflow on largeREDUCEvalue (RED-170921)VSET: crash on huge allocations (MOD-12678)- Potential crash on disconnections and TLS failures (Time Series) (MOD-14850)
- RediSearch/RediSearch#8745 Crash when many keys receive expirations under heavy TTL activity (MOD-14500)
- RediSearch/RediSearch#8848 HNSW vector index memory growth under high-churn workloads until shard restart (MOD-13761)
- RediSearch/RediSearch#8205, RediSearch/RediSearch#8259
FT.HYBRIDVSIM RANGE+FILTERincorrectly returns zero results (MOD-12370, MOD-13884) - RediSearch/RediSearch#9182
FT.PROFILE HYBRIDreturns an empty reply (MOD-14778) - RediSearch/RediSearch#8129, RediSearch/RediSearch#8140
FT.PROFILEreports an incorrect shard total profile time (MOD-13735, MOD-13181) - RediSearch/RediSearch#9047
FT.PROFILEoutput is inconsistent when a profiled value is missing (MOD-10560) - RediSearch/RediSearch#8791
FT.EXPLAINdoes not lock, causing a race with concurrent index changes (MOD-14461) - RediSearch/RediSearch#8382 Crash when indexing negative zero (-0.0) (MOD-13904)
- RediSearch/RediSearch#8590
FILTERreturns inconsistent results with multiple indexes sharing field aliases (MOD-14063) - RediSearch/RediSearch#8660
FILTERbehavior depends on property order in the expression (MOD-14065) - RediSearch/RediSearch#8593 Filter expressions are evaluated for indexes that do not match the document type (MOD-14064)
- RediSearch/RediSearch#8591 Documents are inconsistently included or excluded depending on the indexing path taken (MOD-13948)
- RediSearch/RediSearch#8589
RENAMEnotification handler loads the wrong key, causing stale index entries after a rename (MOD-14328) - RediSearch/RediSearch#9012
PERSISTandHPERSISTnotifications are not reflected in index expiration tracking (MOD-14800) - RediSearch/RediSearch#9079
FT.SPELLCHECKtreatsPARAMSplaceholders as literal terms instead of resolving them (MOD-10596) - RediSearch/RediSearch#8462 GC out-of-memory on replica shards leaves the replica in an inconsistent state (MOD-14066)
- RediSearch/RediSearch#9066 Race condition in
FT.HYBRIDcauses intermittent failures under concurrent hybrid query load (MOD-14732) - RediSearch/RediSearch#8109, RediSearch/RediSearch#8149 Configuration registration omits module parameters, causing them to be unexposed or misapplied (RED-171841)
- RediSearch/RediSearch#9163 Crash on
FT.SEARCHwhen topology validation fails (for example, some nodes unreachable) (MOD-14475) - RediSearch/RediSearch#8395
FT.SEARCHfails with "Query requires unavailable slots" after shard restart or failover (MOD-13828) - RediSearch/RediSearch#8451
FT.INFO-style output no longer reports zero-index summary data when no indices exist (MOD-14079) - RediSearch/RediSearch#9078
FT.CREATEnow rejects schema definitions with invalid option combinations at creation time (MOD-14655) - RediSearch/RediSearch#8051, RediSearch/RediSearch#8114 Crash diagnostics now include the
IndexSpecof the index the failing thread was working on (MOD-7574)
Metrics
- RediSearch/RediSearch#8210, RediSearch/RediSearch#8231
FT.PROFILE: added queue time tracking (MOD-13602)
Hashes
MSYS2 Builds Hashes
Algorithm : SHA256
Hash : 1EC06008CC19B4135F5910A03212B49C6C2B478FF0C8F04A6831F29087FB77BD
Path : D:\a\redis-windows\redis-windows\Redis-8.6.3-Windows-x64-msys2.zip
Algorithm : SHA256
Hash : E37ECCF8E532F4112428225370CFCD5607CC47104EB0A208CE9D43DF334569E6
Path : D:\a\redis-windows\redis-windows\Redis-8.6.3-Windows-x64-msys2-with-Service.zip
Cygwin Builds Hashes
Algorithm : SHA256
Hash : 65AD5E79D88F2326CEB2409C825C9434D3D6ED29A5EDC0AB876A582E33C1F5E8
Path : D:\a\redis-windows\redis-windows\Redis-8.6.3-Windows-x64-cygwin.zip
Algorithm : SHA256
Hash : C93E94FEB498B6F9FF9085352FC53BACBBB5433BC7E718A311EB5EB0380D669D
Path : D:\a\redis-windows\redis-windows\Redis-8.6.3-Windows-x64-cygwin-with-Service.zip
Redis 8.4.3 for Windows
Update urgency: SECURITY: There are security fixes in the release.
Security fixes
- (CVE-2026-23479) Use-After-Free in unblock client flow may lead to Remote Code Execution.
- (CVE-2026-25243) Invalid memory access in
RESTOREmay lead to Remote Code Execution - (CVE-2026-23631) Lua Use-After-Free may lead to remote code execution
- (CVE-2026-25588) Invalid memory access in
RESTOREmay lead to Remote Code Execution (Time Series) - (CVE-2026-25589) Invalid memory access in
RESTOREmay lead to Remote Code Execution (Probabilistic)
Bug fixes
SUBSCRIBE,PSUBSCRIBE,SSUBSCRIBE: crash on OOM (RED-167788)CONFIG SET: some settings allow invalid characters (RED-167787)SCRIPT DEBUG: potential crash on scripts (RED-175507)VADD: crash or buffer overflow on largeREDUCEvalue (RED-170921)VSET: crash on huge allocations (MOD-12678)- Potential crash on disconnections and TLS failures (Time Series) (MOD-14850)
- RediSearch/RediSearch#8744 Crash when many keys receive expirations under heavy TTL activity (MOD-14500)
- RediSearch/RediSearch#8849 HNSW vector index memory growth under high-churn workloads until shard restart (MOD-13761)
- RediSearch/RediSearch#8258
FT.HYBRIDVSIM RANGE+FILTERincorrectly returns zero results (MOD-13885) - RediSearch/RediSearch#9183
FT.PROFILE HYBRIDreturns an empty reply (MOD-14778) - RediSearch/RediSearch#9048
FT.PROFILEoutput is inconsistent when a profiled value is missing (MOD-10560) - RediSearch/RediSearch#8792
FT.EXPLAINdoes not lock, causing a race with concurrent index changes (MOD-14461) - RediSearch/RediSearch#8384 Crash when indexing negative zero (-0.0) (MOD-13904)
- RediSearch/RediSearch#8596
FILTERreturns inconsistent results with multiple indexes sharing field aliases (MOD-14063) - RediSearch/RediSearch#8661
FILTERbehavior depends on property order in the expression (MOD-14065) - RediSearch/RediSearch#8598 Filter expressions are evaluated for indexes that do not match the document type (MOD-14064)
- RediSearch/RediSearch#8597 Documents are inconsistently included or excluded depending on the indexing path taken (MOD-13948)
- RediSearch/RediSearch#8595
RENAMEnotification handler loads the wrong key, causing stale index entries after a rename (MOD-14062) - RediSearch/RediSearch#9011
PERSISTandHPERSISTnotifications are not reflected in index expiration tracking (MOD-14800) - RediSearch/RediSearch#9080
FT.SPELLCHECKtreatsPARAMSplaceholders as literal terms instead of resolving them (MOD-10596) - RediSearch/RediSearch#8461 GC out-of-memory on replica shards leaves the replica in an inconsistent state (MOD-14066)
- RediSearch/RediSearch#9091 Race condition in
FT.HYBRIDcauses intermittent failures under concurrent hybrid query load (MOD-14732) - RediSearch/RediSearch#9161 Coordinator deadlock under mixed
FT.SEARCHandFT.AGGREGATEload (MOD-14268) - RediSearch/RediSearch#9165 Crash on
FT.SEARCHwhen topology validation fails (for example, some nodes unreachable) (MOD-14475) - RediSearch/RediSearch#8394
FT.SEARCHfails with "Query requires unavailable slots" after shard restart or failover (MOD-13828) - RediSearch/RediSearch#8452
FT.INFO-style output no longer reports zero-index summary data when no indices exist (MOD-14080) - RediSearch/RediSearch#9077
FT.CREATEnow rejects schema definitions with invalid option combinations at creation time (MOD-14655)
Metrics
- RediSearch/RediSearch#8210, RediSearch/RediSearch#8231
FT.PROFILE: added queue time tracking (MOD-13602)
Hashes
MSYS2 Builds Hashes
Algorithm : SHA256
Hash : 04883DEB42A4D408C21A90ECFC2CE9DF654003A3F8971ACDEE7E07EAE5FD5812
Path : D:\a\redis-windows\redis-windows\Redis-8.4.3-Windows-x64-msys2.zip
Algorithm : SHA256
Hash : 8B3F6374E83A254DE3CF2208E4385370084D807D4EF388D65ECAB96E4034CED9
Path : D:\a\redis-windows\redis-windows\Redis-8.4.3-Windows-x64-msys2-with-Service.zip
Cygwin Builds Hashes
Algorithm : SHA256
Hash : 3F0E3D967E460F90926BF3928CEF31F3372E5266AF6144217CB81C374291BD07
Path : D:\a\redis-windows\redis-windows\Redis-8.4.3-Windows-x64-cygwin.zip
Algorithm : SHA256
Hash : AFFC0C7E5609CB6190DFECCEF58ECB81B30C84304D59C2C5F8FC3613665BDF7D
Path : D:\a\redis-windows\redis-windows\Redis-8.4.3-Windows-x64-cygwin-with-Service.zip
Redis 8.2.6 for Windows
Update urgency: SECURITY: There are security fixes in the release.
Security fixes
- (CVE-2026-23479) Use-After-Free in unblock client flow may lead to Remote Code Execution.
- (CVE-2026-25243) Invalid memory access in
RESTOREmay lead to Remote Code Execution - (CVE-2026-23631) Lua Use-After-Free may lead to remote code execution
- (CVE-2026-25588) Invalid memory access in
RESTOREmay lead to Remote Code Execution (Time Series) - (CVE-2026-25589) Invalid memory access in
RESTOREmay lead to Remote Code Execution (Probabilistic)
Bug fixes
SUBSCRIBE,PSUBSCRIBE,SSUBSCRIBE: crash on OOM (RED-167788)CONFIG SET: some settings allow invalid characters (RED-167787)SCRIPT DEBUG: potential crash on scripts (RED-175507)VADD: crash or buffer overflow on largeREDUCEvalue (RED-170921)VSET: crash on huge allocations (MOD-12678)- Potential crash on disconnections and TLS failures (Time Series) (MOD-14850)
- RediSearch/RediSearch#8743 Crash when many keys receive expirations under heavy TTL activity (MOD-14500)
- RediSearch/RediSearch#8850 HNSW vector index memory growth under high-churn workloads until shard restart (MOD-13761)
- RediSearch/RediSearch#9178 Coordinator deadlock under mixed
FT.SEARCHandFT.AGGREGATEload (MOD-14268) - RediSearch/RediSearch#9049
FT.PROFILEoutput is inconsistent when a profiled value is missing (MOD-10560) - RediSearch/RediSearch#8793
FT.EXPLAINdoes not lock, causing a race with concurrent index changes (MOD-14461) - RediSearch/RediSearch#8600
FILTERreturns inconsistent results with multiple indexes sharing field aliases (MOD-14063) - RediSearch/RediSearch#8662
FILTERbehavior depends on property order in the expression (MOD-14342) - RediSearch/RediSearch#8602 Filter expressions are evaluated for indexes that do not match the document type (MOD-14064)
- RediSearch/RediSearch#8601 Documents are inconsistently included or excluded depending on the indexing path taken (MOD-13948)
- RediSearch/RediSearch#8599
RENAMEnotification handler loads the wrong key, causing stale index entries after a rename (MOD-14062) - RediSearch/RediSearch#9019
PERSISTandHPERSISTnotifications are not reflected in index expiration tracking (MOD-14800) - RediSearch/RediSearch#9081
FT.SPELLCHECKtreatsPARAMSplaceholders as literal terms instead of resolving them (MOD-10596) - RediSearch/RediSearch#8464 GC out-of-memory on replica shards leaves the replica in an inconsistent state (MOD-14066)
- RediSearch/RediSearch#8888
FT.CURSORenters an infinite loop when the ACL user lacks specific permissions (MOD-14479) - RediSearch/RediSearch#9166 Crash on
FT.SEARCHwhen topology validation fails (for example, some nodes unreachable) (MOD-14475) - RediSearch/RediSearch#8453
FT.INFO-style output no longer reports zero-index summary data when no indices exist (MOD-14081) - RediSearch/RediSearch#9076
FT.CREATEnow rejects schema definitions with invalid option combinations at creation time (MOD-14655)
Metrics
- RediSearch/RediSearch#8235
FT.PROFILE: added queue time tracking (MOD-13602)
Hashes
MSYS2 Builds Hashes
Algorithm : SHA256
Hash : C7F5A518D300E1019675CA32AB39C8E7E5B9677D3F9840514A8144236689A69B
Path : D:\a\redis-windows\redis-windows\Redis-8.2.6-Windows-x64-msys2.zip
Algorithm : SHA256
Hash : 0243649ED17C736CE4A3A9B76C337C00EE9F37CF5939C5CFB84A7D7618781EFF
Path : D:\a\redis-windows\redis-windows\Redis-8.2.6-Windows-x64-msys2-with-Service.zip
Cygwin Builds Hashes
Algorithm : SHA256
Hash : A4C7A1B0BB60941EDAAF45F33A5509E18379FC905142BD005810EB43E4935F2F
Path : D:\a\redis-windows\redis-windows\Redis-8.2.6-Windows-x64-cygwin.zip
Algorithm : SHA256
Hash : 56D7608E43DD07A15D3089EB120F830BBA8783447372E5ABCAADCB09D519FD98
Path : D:\a\redis-windows\redis-windows\Redis-8.2.6-Windows-x64-cygwin-with-Service.zip
Redis 7.4.9 for Windows
Update urgency: SECURITY: There are security fixes in the release.
Security fixes
- (CVE-2026-23479) Use-After-Free in unblock client flow may lead to Remote Code Execution.
- (CVE-2026-25243) Invalid memory access in
RESTOREmay lead to Remote Code Execution - (CVE-2026-23631) Lua Use-After-Free may lead to remote code execution
Bug fixes
SUBSCRIBE,PSUBSCRIBE,SSUBSCRIBE: crash on OOM (RED-167788)CONFIG SET: some settings allow invalid characters (RED-167787)SCRIPT DEBUG: potential crash on scripts (RED-175507)
Hashes
MSYS2 Builds Hashes
Algorithm : SHA256
Hash : 98AF6511CA35601CC8D8200A92318E00F9D2D5425A9F7F3E8F699D3BDD59DCF6
Path : D:\a\redis-windows\redis-windows\Redis-7.4.9-Windows-x64-msys2.zip
Algorithm : SHA256
Hash : C5584391E70FB02D4D974BDA362216C68B8192CAD151229074B2C6E501A0069C
Path : D:\a\redis-windows\redis-windows\Redis-7.4.9-Windows-x64-msys2-with-Service.zip
Cygwin Builds Hashes
Algorithm : SHA256
Hash : DA0A1B42B683607D80937048C568B6B483683CF24C130FCDED06AC99F3F3C7E9
Path : D:\a\redis-windows\redis-windows\Redis-7.4.9-Windows-x64-cygwin.zip
Algorithm : SHA256
Hash : 5AA94CFD0ADF7399C8C58777027BA2FB1D5C764ECC3112962F33D561B9374FD1
Path : D:\a\redis-windows\redis-windows\Redis-7.4.9-Windows-x64-cygwin-with-Service.zip
Redis 7.2.14 for Windows
Update urgency: SECURITY: There are security fixes in the release.
Security fixes
- (CVE-2026-23479) Use-After-Free in unblock client flow may lead to Remote Code Execution.
- (CVE-2026-25243) Invalid memory access in
RESTOREmay lead to Remote Code Execution - (CVE-2026-23631) Lua Use-After-Free may lead to remote code execution
Bug fixes
SUBSCRIBE,PSUBSCRIBE,SSUBSCRIBE: crash on OOM (RED-167788)CONFIG SET: some settings allow invalid characters (RED-167787)SCRIPT DEBUG: potential crash on scripts (RED-175507)
Hashes
MSYS2 Builds Hashes
Algorithm : SHA256
Hash : B31D0F867608017F0B0962624D55A4C569A745587AD4B08F7FE9EEA59D6916C1
Path : D:\a\redis-windows\redis-windows\Redis-7.2.14-Windows-x64-msys2.zip
Algorithm : SHA256
Hash : F99F35759955B649DD3DE5EFAC457F512785907A31DDCC647BE50EE99F7F326B
Path : D:\a\redis-windows\redis-windows\Redis-7.2.14-Windows-x64-msys2-with-Service.zip
Cygwin Builds Hashes
Algorithm : SHA256
Hash : 9FF186E61127835F02B94D69072FF574E6124AFC37E5310A4F99699F91627C91
Path : D:\a\redis-windows\redis-windows\Redis-7.2.14-Windows-x64-cygwin.zip
Algorithm : SHA256
Hash : E786B1FF33EBE474B1AE756975249E5C0B4D966BA20F9BC6E159F1075983C7C0
Path : D:\a\redis-windows\redis-windows\Redis-7.2.14-Windows-x64-cygwin-with-Service.zip
Redis 6.2.22 for Windows
Update urgency: SECURITY: There is a security fix in the release.
Security fixes
- (CVE-2026-25243) Invalid memory access in
RESTOREmay lead to Remote Code Execution
Bug fixes
SUBSCRIBE,PSUBSCRIBE,SSUBSCRIBE: crash on OOM (RED-167788)SCRIPT DEBUG: potential crash on scripts (RED-175507)
Hashes
MSYS2 Builds Hashes
Algorithm : SHA256
Hash : AD73B29A5A240CEB647484DB5E28CEFDE7CD7C373C43D8DEC7DC8323D5F3980C
Path : D:\a\redis-windows\redis-windows\Redis-6.2.22-Windows-x64-msys2.zip
Algorithm : SHA256
Hash : E86EA72D815B74E2A6FFC381F66837A42993C11D49E45F47A47DB61D71C5017C
Path : D:\a\redis-windows\redis-windows\Redis-6.2.22-Windows-x64-msys2-with-Service.zip
Cygwin Builds Hashes
Algorithm : SHA256
Hash : 18459BF6500C08D9BEF170035DBC9DEA1E7DD35DA248142336A6E82C3CCA5C98
Path : D:\a\redis-windows\redis-windows\Redis-6.2.22-Windows-x64-cygwin.zip
Algorithm : SHA256
Hash : 28D0D140648393C58FADC2910B75B80547C06E9C271119ECAF61B4CE7FF89E49
Path : D:\a\redis-windows\redis-windows\Redis-6.2.22-Windows-x64-cygwin-with-Service.zip
Redis 8.6.2 for Windows
Security fixes
- redis/redis#14824 Potential UAF: don't use reply copy avoidance for module strings
Bug fixes
- redis/redis#14848 Crash during command processing on replicas performing full synchronization
- redis/redis#14794 New
XIDMPRECORDinternal command and AOFRW emission to restore stream IDMP state - redis/redis#14816 setModuleEnumConfig() passing prefixed name to module callbacks
- redis/redis#14858 Streams: Ensures
XADDwithIDMP/IDMPAUTOthat hits an existing IID records the metadata change - redis/redis#14855, redis/redis#14831, redis/redis#14817 Potential memory leaks
- redis/redis#14869 Streams: IDMP cron expiration not working after RDB load
- redis/redis#14847 Potential crash during ACL checks on wrong-arity commands
- redis/redis#14883
HSETEX,HGETEXdo not validate thatFIELDSis specified only once - redis/redis#14897 Streams: IDMP-related bugs
Hashes
MSYS2 Builds Hashes
Algorithm : SHA256
Hash : C2BCAA8CE0F4B942F749C491327DCF126A98169E0BDE59013251E179D6F86B8B
Path : D:\a\redis-windows\redis-windows\Redis-8.6.2-Windows-x64-msys2.zip
Algorithm : SHA256
Hash : 8749B3D21603FC941161B583BA9B2F8F7902CEB0393D03347BACDEF3174A8CB3
Path : D:\a\redis-windows\redis-windows\Redis-8.6.2-Windows-x64-msys2-with-Service.zip
Cygwin Builds Hashes
Algorithm : SHA256
Hash : DA4848D79779149D1673ED689FA29D272147FAC49E533BA9382276C44D4AD5DF
Path : D:\a\redis-windows\redis-windows\Redis-8.6.2-Windows-x64-cygwin.zip
Algorithm : SHA256
Hash : AD83275AAAC25FCAEB13BEBD51266609759E75AFE593EB8A8F90E37E06711274
Path : D:\a\redis-windows\redis-windows\Redis-8.6.2-Windows-x64-cygwin-with-Service.zip
Redis 8.6.1 for Windows
SECURITY: There is a security fix in the release
Security fixes
- A user can manipulate data read by a connection by injecting \r\n sequences into a Redis error reply
Bug fixes
- redis/redis#14785
HOTKEYS: TheINFOcommand may display module information, and the missingHOTKEYS HELPsubcommand has been added - redis/redis#14789 Bug in RDB loading prevented hash table expansion, increasing load time
Hashes
MSYS2 Builds Hashes
Algorithm : SHA256
Hash : 9A94110749314132633716790BDC0FAEAC8FFB911FDE9FAFB71A9CD1F78B0B4B
Path : D:\a\redis-windows\redis-windows\Redis-8.6.1-Windows-x64-msys2.zip
Algorithm : SHA256
Hash : BD803F1CFF821A398417690C17A224EE92B773F502CCD47A23F656F9032A10D9
Path : D:\a\redis-windows\redis-windows\Redis-8.6.1-Windows-x64-msys2-with-Service.zip
Cygwin Builds Hashes
Algorithm : SHA256
Hash : 039D2032F8AB3BD46D1CD21614E5DDC5B673B08B242D62821D049B2ED51CF978
Path : D:\a\redis-windows\redis-windows\Redis-8.6.1-Windows-x64-cygwin.zip
Algorithm : SHA256
Hash : 20A955A9CA9EBEA61D2565F9E3A064AA79210E500AE947145397526679355428
Path : D:\a\redis-windows\redis-windows\Redis-8.6.1-Windows-x64-cygwin-with-Service.zip
Redis 8.4.2 for Windows
SECURITY: There is a security fix in the release
Security fixes
- A user can manipulate data read by a connection by injecting \r\n sequences into a Redis error reply
Hashes
MSYS2 Builds Hashes
Algorithm : SHA256
Hash : 034B5D6A617D80F04FEAD7F6B8FD1967A78EB856CF6E7BF2DD67BE5B528A646D
Path : D:\a\redis-windows\redis-windows\Redis-8.4.2-Windows-x64-msys2.zip
Algorithm : SHA256
Hash : FC8674892B6D7786D6EF5D098EB02168DBAF5BB0C52709EAE5319CBDECD93CB4
Path : D:\a\redis-windows\redis-windows\Redis-8.4.2-Windows-x64-msys2-with-Service.zip
Cygwin Builds Hashes
Algorithm : SHA256
Hash : 5FF8A937A17C5203252DE45B08A3AE31977FE61669F77557E7692033AE9F68B9
Path : D:\a\redis-windows\redis-windows\Redis-8.4.2-Windows-x64-cygwin.zip
Algorithm : SHA256
Hash : 8F6EDF1CF36A66A9AD262B2D47CC89300E5C9FEAFA76F017662454C4DAE1E7D2
Path : D:\a\redis-windows\redis-windows\Redis-8.4.2-Windows-x64-cygwin-with-Service.zip
Redis 8.2.5 for Windows
SECURITY: There is a security fix in the release
Security fixes
- A user can manipulate data read by a connection by injecting \r\n sequences into a Redis error reply
Hashes
MSYS2 Builds Hashes
Algorithm : SHA256
Hash : C5104B01C68D979DE248F2D6D4D1EF83E8EF1727D9D2079D0B791F50059921CD
Path : D:\a\redis-windows\redis-windows\Redis-8.2.5-Windows-x64-msys2.zip
Algorithm : SHA256
Hash : 916394F097B96AF3D3E2D368AB2536F47FD38447A9DA6DC637CFF1F0B8B682BE
Path : D:\a\redis-windows\redis-windows\Redis-8.2.5-Windows-x64-msys2-with-Service.zip
Cygwin Builds Hashes
Algorithm : SHA256
Hash : 822BD6086E68D170162060F6D0E04DC5919C2F921408B944F8AFCF8D3F402910
Path : D:\a\redis-windows\redis-windows\Redis-8.2.5-Windows-x64-cygwin.zip
Algorithm : SHA256
Hash : 7F2116690AD1C339E500AA51E8EE78B9A8A04BB68833E1728000264A90B35DAF
Path : D:\a\redis-windows\redis-windows\Redis-8.2.5-Windows-x64-cygwin-with-Service.zip