AUTH – Redis
https://redis.io/commands/authAUTH <password> This form just authenticates against the password set with requirepass. In this configuration Redis will deny any command executed by the just connected clients, unless the connection gets authenticated via AUTH.
Redis Security – Redis
https://redis.io/topics/security*Redis Security. This document provides an introduction to the topic of security from the point of view of Redis: the access control provided by Redis, code security concerns, attacks that can be triggered from the outside by selecting malicious inputs and other similar topics are covered.
AUTH – Redis
redis.io › commands › authThe AUTH command authenticates the current connection in two cases: If the Redis server is password protected via the requirepass option. If a Redis 6.0 instance, or greater, is using the Redis ACL system .
Redis Security – Redis
redis.io › topics › securityThe AUTH command, like every other Redis command, is sent unencrypted, so it does not protect against an attacker that has enough access to the network to perform eavesdropping. * TLS support Redis has optional support for TLS on all communication channels, including client connections, replication links and the Redis Cluster bus protocol.