redis.conf 178 B

123456789
  1. bind 127.0.0.1 ::1
  2. protected-mode yes
  3. port 6379
  4. rename-command FLUSHDB ""
  5. rename-command FLUSHALL ""
  6. rename-command DEBUG ""
  7. rename-command CONFIG ""
  8. rename-command SHUTDOWN ""