Połączenie testowe z Redis z Netcat

{ echo -e '*1\r\n$4\r\nPING\r\n'; sleep 1; } | netcat redis.host.com 6379
DreamCoder