Redis PING 命令用于检查服务器是否正在运行。
PING - 返回值
返回PONG
PING - 语法
以下是Redis PING 命令的基本语法。
redis 127.0.0.1:6379> PING
PING - 示例
redis 127.0.0.1:6379> PING PONG
Redis PING 命令用于检查服务器是否正在运行。
返回PONG
以下是Redis PING 命令的基本语法。
redis 127.0.0.1:6379> PING
redis 127.0.0.1:6379> PING PONG