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

5.0.14.1 Not working properly #135

Open light2001 opened 2 years ago

light2001 commented 2 years ago

Describe the bug/issue A clear and concise description of what the bug/issue is. Unable to write dump rdb

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. windows server 2016

tporadowski commented 2 years ago

Can you provide log file or any details why saving of RDB failed? Were you using any previous version and it worked before, but now it does not?