Yuan Wang
Yuan Wang
**The problem/use-case that the feature addresses** Redis issue: https://github.com/redis/redis/issues/8693 Redis PR: https://github.com/redis/redis/pull/9780 Provide a way to make scripts similar with stored procedures, it is not convenient to use SHA as...
### Motivation Now Kvrocks only support most commands of Redis 4.0 version. Here are supported commands https://github.com/apache/incubator-kvrocks/wiki/Support-Commands. But now Redis is 7.0, developers want us to support some useful commands...
## Who is using Kvrocks? Sincerely thank everyone who constantly keeps on using and supporting Kvrocks. We will try our best to make Kvrocks better and make the community and...
**Describe the bug** The exclusive guard lock ensures you run the transaction in isolation, but it cannot guarantee the atomicity of the EXEC stage. You would like to either have...
# 1 Background Currently, we discard the support for `codis` mode, if we want to deploy kvrocks cluster, we need to pre-shard for cluster and deploy a proxy like `twemproxy`...
**The problem/use-case that the feature addresses** Redis provide these configs to make it is possible for a master to stop accepting writes if there are less than N replicas connected,...
> Introduce level-based L0->L0 compactions to reduce file count, so write delays are incurred less often.
We can define custom commands for modules, rename-commands or new commands of redis, especially, we can use redis modules easily by defining custom commands.