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.
Describe the bug/issue
A clear and concise description of what the bug/issue is.
To Reproduce
Please provide more information about:
version of Redis for Windows you are using
5.0.10
configuration of your instance if it's not out-of-the-box one (i.e. persistence type)
typical workload handled by your instance
when I secondly create cluster,the redis-cli.exe I used to create cluster sucessfully at last time reports a error that not supporting 16 bits application ,but when firstly using redis-cli.exe command to create the cluster the cluster can be created sucessfully.
any other details that might be helpful in reproducing the issue.
if the redis-cli.exe I have used to create cluster, when I attempt to create cluster again it reported error,So I have to use a different redis-cli.exe to create the cluster.
redis-cli.exe
Crash report
If Redis generated a crash report - please paste it here.
INFO output
but I use a different redis-cli.exe it can be work normally
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.
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
but I use a different redis-cli.exe it can be work normally
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.