纪华裕

Results 60 comments of 纪华裕

![image](https://github.com/apache/incubator-kvrocks/assets/32858525/d170713a-4f8e-4bdd-adfe-7f943bee46e0) After I fix https://github.com/apache/incubator-kvrocks/issues/1402, `redis-cli --bigkeys` is work. But redis-cli uses `DBSIZE` to get the total number of keys and calculates the progress based on this information. So before...

@git-hulk These texts are completely from redis-cli and we cannot control them. I think we can add the FAQ to our doc.

Maybe we can close this issue via https://github.com/apache/incubator-answer/pull/581

> Admin, Moderator can see user's "Edit profile" button. Click to change user's details. @fenbox I have a small question: Why does a moderator need the ability to modify user...

Can you give some examples of how others deal with this problem? - [Github discussions](https://github.com/apache/kvrocks/discussions) only show title - [Stackoverflow](https://stackoverflow.com/questions) show title and two-line preview Or can we make an...

Do you add `depends_on` in your docker-compose.yml? https://github.com/apache/incubator-answer/blob/main/docker-compose.uffizzi.yml#L46-L48

I'm interested in this issue and I'm going to fix it. I have some questions about how to modify it: 1. we directly modify the default behaviour of the encode...

By the way, I think this destructive modification is worthwhile. Because most developers would assume that the encode function will return strings with padding. That's customary.

We can add support for `BITOPS` command BIT/BYTE option - https://github.com/apache/kvrocks/issues/1212

I think we can ignore the centos7 warning. At least in China, a large number of enterprises are still using centos7, it is necessary to keep the CI of centos7....