“Teste a conexão Redis” Respostas de código

Verifique se Redis está funcionando

$ redis-cli ping
PONG
Kirk-Patrick Brown

host da porta Redis-cli

$ redis-cli -h redis15.localnet.org -p 6390 ping
PONG
Crowded Camel

Teste a conexão Redis

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

Respostas semelhantes a “Teste a conexão Redis”

Perguntas semelhantes a “Teste a conexão Redis”

Mais respostas relacionadas para “Teste a conexão Redis” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código