I am setting up a YugaByte cluster , but I already have Redis using port 6379. How to change the YEDIS port to another ?
Asked
Active
Viewed 133 times
1 Answers
0
You can pass the flag --redis_proxy_bind_address=<ip address>:<new port>
to the yb-tserver
process in order to change the default port for YEDIS.

Karthik Ranganathan
- 677
- 4
- 9