Redis in-memory database and cache. Never expose directly to the internet.
Test it now with our Port Scanner
| Port | 6379 |
|---|---|
| Service | Redis |
| Protocol | TCP |
| Encrypted | Varies |
| Common Use | Redis in-memory database and cache |
Online: Use our Port Scanner — enter your IP and port 6379.
Command line:
nc -zv your-server-ip 6379 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 6379 (PowerShell)
Check locally:
ss -tlnp | grep :6379 (Linux) netstat -an | findstr :6379 (Windows)