MyGit

tporadowski/redis

Fork: 1064 Star: 8541 (更新于 2024-05-26 05:19:10)

license: NOASSERTION

Language: C .

Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows.

最后发布版本: v5.0.14.1 ( 2022-02-17 18:05:12)

官方网址 GitHub网址

Redis 5.0.14 for Windows

You can find the release of Redis 5.0.14 for Windows on releases page. Please test it and report any issues, thanks in advance!

Redis 4.0.14 for Windows

You can find the release of Redis 4.0.14 for Windows on releases page. Please test it and report any issues, thanks in advance!

DISCLAIMER

At the moment win-4.0.14 branch provides a stable port of Redis 4.0.14 for Windows x64 and win-5.0 branch provides a stable port of Redis 5.0.14 for Windows x64, both merged with archived port of win-3.2.100 version from MS Open Tech team. Since the latter is no longer maintained - the sources were merged by hand, projects updated to Visual Studio 2019 (v16.2.5) and any findings (mostly via unit tests) were fixed.

You can find the original description of what this fork provides, how it evolved, what are its requirements, etc. on Wiki: https://github.com/tporadowski/redis/wiki/Old-MSOpenTech-redis-README.md

Building from source code

In order to build this project from source code you need to have:

  1. Visual Studio 2019 (i.e. Community Edition, version 16.2.5 or newer) with "C/C++ features" enabled,
  2. Windows SDK 10,
  3. Git Bash for Windows or Cygwin with Git - after cloning this repository you need to run src/mkreleasehdr.sh script that creates src/release.h with some information taken from Git; optionally you can create that file by hand.

Dependencies

This project depends on jemalloc memory allocator, which is slightly customized in regard to calls to VirtualAlloc and VirtualFree WinAPI functions. They are being replaced with calls to AllocHeapBlock/PurgePages and FreeHeapBlock from src/Win32_Interop/Win32_QFork.cpp in order to keep track which memory regions are to be made available to child processes (for saving RDB/AOF).

Changes to jemalloc that provide those customizations are being maintained in tporadowski/jemalloc repository and are copied over to deps/jemalloc.

最近版本更新:(数据更新于 2024-05-05 21:33:00)

2022-02-17 18:05:12 v5.0.14.1

2021-10-18 06:37:39 v5.0.14

2020-11-09 00:18:09 v5.0.10

2020-05-03 02:28:36 v5.0.9

2020-01-27 06:39:33 v4.0.14.2

2020-01-16 05:15:08 v4.0.14.1

2019-09-30 02:37:35 v4.0.14

2018-10-01 15:45:06 v4.0.2.3-alpha

2018-03-26 19:07:39 v4.0.2.2-alpha

2018-03-17 23:40:34 v4.0.2.1-alpha

主题(topics):

redis, redis-for-windows, redis-msi-installer, redis-windows, redis-windows-installer, redis-windows-native, redis-windows-service

tporadowski/redis同语言 C最近更新仓库

2024-06-24 22:00:55 jart/cosmopolitan

2024-06-13 07:38:41 obsproject/obs-studio

2024-06-10 10:36:22 EdgeTX/edgetx

2024-06-08 17:50:27 ventoy/Ventoy

2024-06-08 11:28:32 lizongying/my-tv

2024-06-07 17:28:28 espressif/esp-idf