Xin.Zh

Results 63 issues of Xin.Zh

Welcome to use PikiwiDB. To know who is using it, please append your org info as follows, * Organization:Qihoo (Required) * Location: Hangzhou, Zhejiang, China(Required) * Contact: [email protected] (Optional) *...

### RedisJSON 是什么? 在 Redis 官方文档 [1] 中,对 RedisJSON 有如下描述: ```Text Redis Stack 的 JSON 功能为 Redis 提供了 JavaScript 对象表示法(JSON)支持。它使你能够在 Redis 数据库中存储、更新和检索 JSON 值,就像处理其他任何 Redis 数据类型一样。Redis JSON 还能与 Search 和...

✏️ Feature

### Which PikiwiDB functionalities are relevant/related to the feature request? _No response_ ### Description 1 据说 redis 7.4 hash field 支持 timeout ### Proposed solution 在 pika 中支持 hash field...

✏️ Feature

### Is this a regression? Yes ### Description the function body of PClient::TransferToSlaveThreads() is empty. ### Please provide a link to a minimal reproduction of the bug _No response_ ###...

☢️ Bug

### Is this a regression? Yes ### Description 不再使用 kErrOther 等错误,添加下 kErrMoved 等类型的错误 ### Please provide a link to a minimal reproduction of the bug _No response_ ### Screenshots or...

☢️ Bug

**What would you like to be added**: **Why is this needed**: Go 1.18 introduced the any type as an alias to interface{}. To keep our codebase in line with current...

**What would you like to be added**: Enhance Pixiu to an AI proxy/gateway. **Why is this needed**: 大模型服务在响应时间、连接管理、服务治理和监控等方面都与传统服务有显著差异,尤其在服务的响应时长和监控运维指标等方面存在较大差异。这些差异需要我们在开发、部署和运维大模型服务时进行充分考虑,并采取相应的优化措施。 以下是对这些特点的详细解释: **1. 响应时间长:** * **原因:** * 大模型通常包含数十亿甚至数千亿的参数,计算复杂度极高。 * 生成文本、图像或其他内容时,需要进行大量的推理计算,导致响应时间较长。 * 复杂的自然语言处理任务,如对话生成、文本摘要等,需要更多的时间来处理和生成结果。 *...

related discussion https://github.com/apache/dubbo-go/discussions/2756

```go func TestUnavailableIfHostInvalid(t *testing.T) { t.Parallel() client := pingv1connect.NewPingServiceClient( http.DefaultClient, "https://api.invalid/", ) err := client.Ping( context.Background(), triple.NewRequest(&pingv1.PingRequest{}), triple.NewResponse(&pingv1.PingResponse{}), ) assert.NotNil(t, err) assert.Equal(t, triple.CodeOf(err), triple.CodeUnavailable) } ``` 打开本地翻墙代理的情况下, unit test 报错:...

bug