Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 351 Bytes

how-to-set-password-for-redis.md

File metadata and controls

14 lines (8 loc) · 351 Bytes

How to set password for Redis

Edit /etc/redis/redis.conf Redis configuration file (and don't forget to restart Redis after that):

requirepass strong0pwd
  • requirepass - set specify password to authenticate Redis
  • strong0pwd - sample password to set

group: password