Open icetech233 opened 3 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?
...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
Simply compiling the source code with MSYS2 will not provide good performance. Low level stuff needs to be actually ported to the Win32 API.
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
FYI: As per #104
Porting of Redis 6 is still in progress on win-6.0 branch
(though last update was in Feb)
...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 Can you publish the source code also? - Most of us prefer source code we can inspect and compiler ourselves.
Thanks
redis 625??