Baoyi Chen

Results 30 comments of Baoyi Chen

@offSwitch file suffix must be `.rdb` not `.db` if use `--source`. do not add `=` character after `--source` option

yes. it as a precheck before truely parse`rdb`. I already add `bug` label on this issue . If I have time I will fix it.

Hi This is a good idea. But we need to consider more about how we handle master switch to replica. and how other CLI command add cluster support. > 1....

@gkorland the purpose of doing this is we want to test some `escape character` of rejson. so we want to get every single value of above json. and if test...

I try to use JRedisJson got the same error ``` String v = client.get("doc", String.class, Path.of(".[\"\\\\\"]")); ``` ``` SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Exception in thread "main" redis.clients.jedis.exceptions.JedisDataException: JSON...

@wenshao java.util.Date仍然没有显示时间戳 ```java import java.lang.reflect.Type; import java.util.Date; import com.alibaba.fastjson2.JSON; import com.alibaba.fastjson2.JSONWriter; import com.alibaba.fastjson2.writer.ObjectWriter; import cn.nextop.gadget.core.util.Objects; /** * @author Baoyi Chen */ public class Main { public static void main(String[] args)...

see pr[2436](https://github.com/mybatis/mybatis-3/pull/2436)

@harawata before change ![image](https://user-images.githubusercontent.com/5235764/150929371-20344270-0d28-43fb-b2ee-070964edca0a.png) PropertyTokenizer/BeanWrapper.set = 9.57% / 4.61% after change ![image](https://user-images.githubusercontent.com/5235764/150929638-b556bd30-dbc4-4527-b06a-c34a80b5df8a.png) PropertyTokenizer/BeanWrapper.set = 4.16% / 6.78% we see that PropertyTokenizer memory usage reduced than before. origin profiler data see...

for our code conduct, we can't provide profiling repository. maybe this PR can't be merged. but hope this idea in PR can help you to improve PropertyTokenizer memory usage.