kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.

Results 325 kvrocks issues
Sort by recently updated
recently updated
newest added

**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...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation Clang tidy is a static analysis tool based on libclang, which...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation **comments from @PragmaTwice:** I feel that it might be a bit...

enhancement

### 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...

enhancement
help wanted
good first issue

- Only master is allowed to delete expired meta key (except STRING) in compaction - Master spreads expire-deletion operation to slaves - Expire-deletion speed can be limited by max-expire-delete-mb -...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation As far as I know, Kvrocks works well on platforms like...

enhancement

When flushall or flushdb is executed, the disk is still occupied until a compaction occurs. this may bring confusion to users because to free disk space quickly is expected in...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation C++ specifies a number of strategies in the standard to eliminate...

enhancement

**Describe the bug** Scanning on Kvrocks produces incorrect responses when compared to Redis. ![image](https://user-images.githubusercontent.com/43551031/162858658-999c7153-f7c2-4b76-bc05-be52a03dd350.png) ![image](https://user-images.githubusercontent.com/43551031/162858727-8997641f-6b87-43f6-82fa-8b7960f61b52.png) **To Reproduce** Steps to reproduce the behavior: 1. run docker 2. get images "docker pull...

Env: 6 same server 4c 16G ``` # uname -a Linux kvrocks-0001 3.10.0-1160.53.1.el7.x86_64 #1 SMP Fri Jan 14 13:59:45 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/redhat-release CentOS Linux...