Difference between revisions of "Redis-cli auth password"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
<code>[[redis-cli auth]] password</code>
 
<code>[[redis-cli auth]] password</code>
  
 +
auth password
 +
(error) WRONGPASS invalid username-password pair or user is disabled.
 +
 +
 +
[[CONFIG SET]] [[requirepass]] "super_secure_password"
 +
 +
[[redis-cli -x]]
  
 
== See also ==
 
== See also ==
 +
* {{redis auth}}
 
* {{redis-cli}}
 
* {{redis-cli}}
  
 
[[Category:Redis]]
 
[[Category:Redis]]

Latest revision as of 12:34, 12 December 2023

redis-cli auth password

auth password
(error) WRONGPASS invalid username-password pair or user is disabled.


CONFIG SET requirepass "super_secure_password"
redis-cli -x

See also[edit]

Advertising: