mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-27 19:45:49 +03:00
[GH-ISSUE #209] REDIS连接upstash.com报错:错误: "EOF" #113
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mail-250316 on GitHub (Sep 20, 2025).
Original GitHub issue: https://github.com/team-ide/teamide/issues/209
upstash网站示例:
REDIS_URL="rediss://default:********************************@evolved-snail-63391.upstash.io:6379"
测试日志:
{
"logId": 16651,
"loginId": 262,
"userId": 1,
"userName": "admin",
"userAccount": "admin",
"ip": "192.168.1.252",
"action": "redis/check",
"method": "POST",
"data": "{"comment":null,"groupId":null,"name":"upstash","option":"{\"sshToolboxId\":null,\"address\":\"evolved-snail-63391.upstash.io:6379\",\"username\":null,\"auth\":\"QWDVENy5CT4196uHIOWdXOJo=\",\"certPath\":null}","toolboxToTest":"1","toolboxType":"redis","visibility":2}",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0",
"status": 2,
"error": "EOF",
"createTime": "2025-09-20T04:21:10.762092994Z",
"startTime": "2025-09-20T04:21:10.762092994Z",
"endTime": "2025-09-20T04:21:12.181462001Z",
"useTime": 1419,
"paramStr": "{"comment":null,"groupId":null,"name":"upstash","option":"{\"sshToolboxId\":null,\"address\":\"evolved-snail-63391.upstash.io:6379\",\"username\":null,\"auth\":\"QWDVENy5CT4196uHIOWdXOJo=\",\"certPath\":null}","toolboxToTest":"1","toolboxType":"redis","visibility":2}",
"actionText": "Redis测试"
}
@team-ide commented on GitHub (Sep 26, 2025):
看了下应该是 redis服务端配置了证书,你上传下 证书再连接看看
@team-ide commented on GitHub (Sep 26, 2025):
或者下载最新版本
2.6.38
Version 2.6.38 (2025/9/26)
发布功能
@mail-250316 commented on GitHub (Sep 28, 2025):
下了最新版本,选择TSL忽略验证 ,连接成功!!!