Redis — Default Password
Default username and password for the Redis: (blank) / (blank). Learn how to log in and how to change the default credentials.
No authentication by default; access controlled only by network binding.
| Username | Password | Access | Notes |
|---|---|---|---|
(blank / none) | (blank / none) | Database | No requirepass set by default |
default | (blank / none) | Database | ACL default user with no password |
- Source
- official docs
Responsible use
This database lists publicly documented default credentials so administrators can find and change them. Only use these on systems you own or are authorized to test.