gpt4 book ai didi

redis - 如何连接到远程Redis服务器?

转载 作者:IT王子 更新时间:2023-10-29 05:54:11 25 4
gpt4 key购买 nike

我有远程 Redis 服务器的 URL 和端口。我可以从 Scala 写入 Redis。但是我想使用 redis-server 或类似的东西通过终端连接到远程 Redis,以便多次调用 hgetget 等.(我可以用我本地安装的 Redis 来做,没有任何问题)。

最佳答案

redis-cli -h XXX.XXX.XXX.XXX -p YYYY

xxx.xxx.xxx.xxx是IP地址,yyyy是端口

来 self 的开发环境的示例

redis-cli -h 10.144.62.3 -p 30000

REDIS CLI COMMANDS

Host, port, password and database By default redis-cli connects to theserver at 127.0.0.1 port 6379. As you can guess, you can easily changethis using command line options. To specify a different host name oran IP address, use -h. In order to set a different port, use -p.

redis-cli -h redis15.localnet.org -p 6390 ping

关于redis - 如何连接到远程Redis服务器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40678865/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com