tporadowski / redis

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.
http://redis.io
Other
8.88k stars 1.09k forks source link

redis 625?? #118

Open icetech233 opened 2 years ago

icetech233 commented 2 years ago

redis 625??

alxkum commented 2 years ago

...how is someone this entitled. Why don't you properly port Redis 6.x to Windows and then make a pull request here?

icetech233 commented 2 years ago

...how is someone this entitled. Why don't you properly port Redis 6.x to Windows and then make a pull request here?

i build redis 6.2.5 sucessful in win10 by msys2 gcc

my link

https://github.com/icetech233/windows-msys-redis

alxkum commented 2 years ago

Simply compiling the source code with MSYS2 will not provide good performance. Low level stuff needs to be actually ported to the Win32 API.

X-Lucifer commented 2 years ago

The available version of windows compiled from reidis source code is based on msys2 and cygwin. It is consistent with the official redis website. It can be run directly or installed as a Windows service. https://github.com/X-Lucifer/winredis

SamuelMarks commented 2 years ago

FYI: As per #104

Porting of Redis 6 is still in progress on win-6.0 branch

(though last update was in Feb)

zkteco-home commented 2 years ago

...how is someone this entitled. Why don't you properly port Redis 6.x to Windows and then make a pull request here?

redis 7.0(pre-release) for windows download from https://github.com/zkteco-home/redis-windows,it can run as windows service really

SamuelMarks commented 2 years ago

@zkteco-home Can you publish the source code also? - Most of us prefer source code we can inspect and compiler ourselves.

Thanks