TCP 6380

ProtocolTCP
Port6380
Labels

Synopsis

  • TCP port 6380 is widely used for Redis when TLS/SSL is enabled.
  • Microsoft Azure Cache for Redis exposes its secure (TLS) endpoint on port 6380 by default, while 6379 is the non-TLS endpoint.
  • Many self-hosted Redis deployments adopt this convention by configuring redis.conf with a tls-port 6380 alongside plaintext on 6379.
  • Redis clients such as StackExchange.Redis (.NET), Jedis (Java), and redis-cli with TLS support commonly connect to 6380 for encrypted Redis traffic.
  • Security: Internet-exposed Redis on 6380 is routinely targeted if misconfigured or unauthenticated (e.g., for unauthorized access or crypto-mining), though proper TLS and authentication mitigate this.

Observed activity

Last 30 days Detailed chart

More information