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

how to fix EndForkOperation: 0x00000005 - EndForkOperation: Killing forked process failed.: 拒绝访问 #54

Open qn9301 opened 4 years ago

qn9301 commented 4 years ago

[19184] 09 Apr 09:30:42.060 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo [19184] 09 Apr 09:30:42.063 # Redis version=4.0.14.2, bits=64, commit=017dc989, modified=0, pid=19184, just started [19184] 09 Apr 09:30:42.063 # Configuration loaded [19184] 09 Apr 09:30:42.066 Running mode=standalone, port=6379. [19184] 09 Apr 09:30:42.067 # Server initialized [19184] 09 Apr 09:30:42.067 DB loaded from disk: 0.000 seconds [19184] 09 Apr 09:30:42.068 Ready to accept connections [19184] 09 Apr 09:35:43.058 10 changes in 300 seconds. Saving... [19184] 09 Apr 09:35:43.127 Background saving started by pid 18248 [19184] 09 Apr 09:35:43.328 # fork operation complete [19184] 09 Apr 09:35:43.329 Background saving terminated with success [19184] 09 Apr 10:45:58.489 1 changes in 900 seconds. Saving... [19184] 09 Apr 10:45:58.541 Background saving started by pid 18924 [19184] 09 Apr 10:45:58.844 # fork operation complete [19184] 09 Apr 10:46:28.846 # EndForkOperation: 0x00000005 - EndForkOperation: Killing forked process failed.: 拒绝访问。

tporadowski commented 4 years ago

Thanks for the report. What type of persistence you have configured? Could you please post that part of your config here?

qn9301 commented 4 years ago

I used the default configuration, but before that, I did a little bit of winpcap on my computer, and then this error occurred

gsh456 commented 2 months ago

i find https://github.com/microsoftarchive/redis/issues/447 it has same question i think we shouldn't use it as a windows service