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.9k stars 1.09k forks source link

怎么没找到win32位的 #86

Closed melodyne closed 3 years ago

melodyne commented 3 years ago

Describe the bug/issue A clear and concise description of what the bug/issue is.

To Reproduce Please provide more information about:

Crash report If Redis generated a crash report - please paste it here.

INFO output If possible - please provide output of INFO command that might be helpful in analyzing your issue.

Event Log Please check your system's Event Log to see if there are additional details logged related to this issue.

Additional context Please provide Windows version you are using, mode in which you are starting Redis (standalone, cluster, Sentinel), etc.

tporadowski commented 3 years ago

Google translate suggests you are asking about Win32 version - there isn't one. Original statement from MSOpenTech team who worked on this port of Redis:

We officially support the 64-bit version only. Although you can build the 32-bit version from source if desired.

Personally I have not even tried to build it yet.

melodyne commented 3 years ago

在网上找了很久才找到一个3.x老版本,真希望能提win32支持,非常感谢!