Errors are reported as follows:
Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
The reason for the error is that the corresponding conf file needs to be specified during startup. The
startup command is as follows
redis-server /Absolute path/to/redis.conf
Find redis in this machine as shown below The conf path is then copied down
Start the MAC terminal CD to the redis path. Enter:
redis-server /Users/zhangheng/Desktop/Tools/Redis/redis-6.2.6/redis.conf
Press enter after input to start redis normally
Read More:
- [Solved] Redis—-(error) MISCONF Redis is configured to save RDB snapshots
- [Solved] Redis startup error Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
- [Solved] Redis Execute redis-cli shutdown Error: (error) ERR Errors trying to SHUTDOWN. Check logs.
- [Solved] Redis Error: Creating Server TCP listening socket *:6379: bind: No error
- Redis cannot double-click redis-server.exe to start normally
- Error reported when springboot connects to redis nested exception is redis.clients.jedis . exceptions.JedisConnectionException
- Redis installation error: jemalloc/jemalloc.h: No such file or directory.
- [Solved] SpringBoot integration with Redis error: java.net.ConnectException: Connection refused: no further information
- Redis Exception | DENIED Redis is running in protected mode because protected mode is enabled
- [Solved] Redis Startup Error: FATAL CONFIG FILE ERROR
- [Solved] Redis Error: creating server tcp listening socket 127.0.0.1:6379: bind No error
- [Solved] (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.
- [Solved] Redis Cache Error: org.springframework.data.redis.serializer.SerializationException: Could not read JSON..
- When integrating redis with SSM framework, error creating bean with name ‘rediscontentserviceimpl’ defined in file
- [Solved] MAC Nginx Error: ginx.pid“ failed (2: No such file or directory)
- Spring Connect Redis Error: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MOVED 12910 172.16.4.99:6379
- [Solved] Error in integrating redis with springboot: unable to connect to redis
- [Solved] redis.exceptions.ResponseError: unknown command `KEYS`
- [Solved] Lumen Error: Class redis does not exist
- [Solved] Redis executes the monitor command error: noauth authentication required