Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在设置一个 YugaByte 集群,但我已经有使用端口 6379 的 Redis。如何将 YEDIS 端口更改为另一个?
您可以将标志传递--redis_proxy_bind_address=<ip address>:<new port>给yb-tserver进程以更改 YEDIS 的默认端口。
--redis_proxy_bind_address=<ip address>:<new port>
yb-tserver