microsoftarchive / redis

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
http://redis.io
Other
20.82k stars 5.38k forks source link

AbortForkOperation: 0x00000005 - EndForkOperation: Killing forked process failed.: permission denied #616

Closed FrancisFYK closed 5 years ago

FrancisFYK commented 5 years ago

version 3.0.504 was used

enricogior commented 5 years ago

Hi @FrancisFYK , this repository hasn't been updated in almost 3 years. But finally there is a new software that provides Redis compatibility on Windows, and is currently up-to-date with the Redis 5 API. See https://github.com/MicrosoftArchive/redis/issues/620.

FrancisFYK commented 5 years ago

thank you