-
Notifications
You must be signed in to change notification settings - Fork 1
Usage
Artemy Beliankin edited this page Apr 14, 2021
·
2 revisions
$ insecticide --redis-config test/data/redis.conf --redis-version 6
Parameter: requirepass
[CRITICAL]
Advice: Parameter requirepass is not set. Index: 0
Reason: Set variable for Param requirepass and Index 0
Parameter: appendonly
[WARNING]
Advice: Read this page and make decision: https://redis.io/topics/persistence
Reason: Persistence disabled. Your data just exists as long as the server is running
Parameter: timeout
[WARNING]
Advice: Set timeout
Reason: If timeout is 0, clients connections won't be closed. They will be in idle status.
Parameter: loglevel
[WARNING]
Advice: In production use a less aggressive logging policy (notice or warning)
Reason: Many rarely useful info, but not a mess like the debug level
For help do following command
$ insecticide --help