Redis远程连接

telnet

telnet reids_host 6379 ,登陆成功后,会出现:

Connected to test.redis.com.
Escape character is '^]'.

输入密码(如果有的话)
auth password
选择db
select 25
退出
quit

posted on 2020-06-29 15:42  aworkstory  阅读(129)  评论(0)    收藏  举报

导航