You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Nooby here
I need help adding password to Redis
I use windows and virtual Ubuntu in them
I have find the solution!
In the Ubuntu terminal type:
zooxor@DESKTOP-MVFJAR3:~$ redis-cli
You should see "127.0.0.1:6379>" if the server is running
Then
127.0.0.1:6379> config set requirepass "YourStrongPassword"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
Nooby here
I need help adding password to Redis
I use windows and virtual Ubuntu in them
I have find the solution!
In the Ubuntu terminal type:
zooxor@DESKTOP-MVFJAR3:~$ redis-cli
You should see "127.0.0.1:6379>" if the server is running
Then
127.0.0.1:6379> config set requirepass "YourStrongPassword"
Beta Was this translation helpful? Give feedback.
All reactions