ppanphper

Results 11 issues of ppanphper

![image](https://user-images.githubusercontent.com/6057923/134780517-7ecd342c-7ab9-4a95-98a8-f04d78ae3a13.png) $kvs = explode(';', $header); // 需要去除";"后的空格,因为有些服务设置cookie没有在分号后追加空格 $cookie['value'] = str_replace(['\'\'', '""'], '', trim($nv[1])); // 去除首位空格 $kv = explode('=', trim($kv)); // 同上

希望Swoole\Server->setting可以获取所有属性的值(包含默认值)

希望Memory Table set方法增加参数,存在才设置,把exist和set合并一下,某些业务需要原子性操作,单独的两个方法调用没法保证。 类似于redis set方法的XX参数 或者可以提供像redis eval方法,自定义执行组合操作

searchByTime int maxNums = 5000;能否改为配置?

### What version of nacos-sdk-go are you using? v2.2.2 ### What version of nacos-sever are you using? v2.2.3 ### What version of Go are you using (`go version`)? 1.20 ###...

## Describe the feature 替换原sql, gorm 追踪记录新的sql内容 ## Motivation 希望执行分表后生成新的sql记录到日志中,而不是原来的sql。 ## Related Issues conn_pool.go ``` type ConnPool struct { // db, This is global db instance sharding *Sharding gorm.ConnPool currentDB...

## Your Question If returning id is turned off, and the model contains an ID field, lastInsertId will be read by default; eg: driver postgres WithoutReturning: true gorm.Model contain ID...

type:feature_request
contribution welcome

建议复用外部Redis连接池,或内部建立一个连接池复用,不要在续期workerId的地方每次都创建连接池并销毁。

修复workerId有效期没有兜底逻辑,不设置LifeTimeSeconds时会创建很多redis连接句柄并销毁,导致TIME_WAIT过多,无法分配端口的问题

把之前备份的机器ID进行还原,避免充钱的VIP账号无法使用tab功能。 使用Cursor AI编写的,不是很熟悉python,请大佬review一下