If you don’t change any configuration one day and somehow open the redis server to flash back, you can enter the redis-server directory in the command line and enter redis-server.exe redis.windows.conf
command to view the error information
If an error is reported as follows
QForkMasterInit: system error caught. error code=0x000005af, message=VirtualAllocEx failed
It means that you have not set the maximum memory of redis
Open redis.windows.conf with Notepad
Add the code below to the last line.
maxmemory 268435456
maxheap 314572800
Read More:
- [Solved] Windows Redis Error: Could not create server TCP listening socket 127.0.0.1:6379: bind…
- [Solved] Windows redis startup error: Error code: [35256]…
- Redis Startup Error: Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
- Failed to restart redis-server.service Unit not found [How to Solve]
- Redis: DENIED Redis is running in protected mode [How to Solve]
- [Solved] Redis Error: org.springframework.data.redis.RedisConnectionFailureExceptionjava.net.SocketTimeoutException
- [Solved] Redis Client On Error Error connect ECONNREFUSED 11.20.200.6379 Config right
- Error in make when installing redis6.0 in centos7
- [Solved] java.lang.IllegalAccessError: class org.springframework.data.redis.core.$ Proxy237 cannot access its superinterface org.springframework.data.redis.core.RedisConnectionUtils$RedisConnectionProxy
- [Solved] Redis error: NOAUTH Authentication required.
- [Solved] Redis Client On Error: Error: write ECONNABORTED Config right
- [Solved] Jedis connect and operate Redis error: Failed to create socket和connect timed out
- [Solved] Project Startup Error: Redis health check failed:Unable to connect to localhost6379
- [Solved] Project Startup Error: Redis health check failed: Unable to connect to localhost6379
- Idea unified setting code to UTF-8 code and solution of Tomcat garbled code
- [Solved] Redis Error: Unexpected exception while processing command
- JAVA Connect Redis Error: stop-writes-on-bgsave-error option
- [How to Fix]java.sql.SQLException: Incorrect string value: ‘\xF0\x9F\x98\x82\xF0\x9F…’
- [Solved] Docker Start Error: System.InvalidOperationException Failed to set version to docker-desktop exit code
- Defining a bean of type ‘org.springframework.data.redis.core.RedisTemplate‘ in your configuration.