Ask Your Question
1

When the redis cluster is correctly configured, does PRedis library attempt to establish a connection with it through the localhost?

asked 2023-05-06 10:30:30 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-05-06 10:33:01 +0000

plato gravatar image

No, the PRedis library does not attempt to establish a connection with the Redis cluster through the localhost by default. It requires the user to specify the IP address and port of the Redis cluster. However, if the Redis cluster is running on the same machine as the PRedis client, then the localhost can be used as the IP address.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-06 10:30:30 +0000

Seen: 11 times

Last updated: May 06 '23