新开终端
启动:redis-server /opt/homebrew/etc/redis.conf
检查是否启动:redis-cli ping
如果返回 PONG,说明客户端成功连接到 Redis 服务器。
PONG