redis icon indicating copy to clipboard operation
redis copied to clipboard

redis 625??

Open icetech233 opened this issue 4 years ago • 7 comments

redis 625??

icetech233 avatar Oct 02 '21 15:10 icetech233

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

alxkum avatar Oct 02 '21 16:10 alxkum

...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

icetech233 avatar Oct 04 '21 19:10 icetech233

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

alxkum avatar Oct 04 '21 20:10 alxkum

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

X-Lucifer avatar Oct 07 '21 07:10 X-Lucifer

FYI: As per #104

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

(though last update was in Feb)

SamuelMarks avatar Nov 02 '21 15:11 SamuelMarks

...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

zkteco-home avatar Jan 03 '22 02:01 zkteco-home

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

Thanks

SamuelMarks avatar Jan 03 '22 04:01 SamuelMarks