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

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation We can design a phase in CI (triggerred by PR or...

enhancement
help wanted

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation We all know redis support --bigkeys & --memkeys commands, which can...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation We are using kvrocks with client sharding, also we can lose...

enhancement

https://redis.io/commands/hello/ ``` redis.setresp(3) ``` https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md RESP3 is an updated version of RESP v2, which is the protocol used in Redis starting with roughly version 2.0 (1.2 already supported it, but...

enhancement
help wanted
feature

is kvrocks suppport redis function ? Redis functions Scripting with Redis 7 and beyond https://redis.io/docs/manual/programmability/functions-intro/ Redis Functions is an API for managing code to be executed on the server. This...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation I have a requirement which I hope you dear admins can...

enhancement
help wanted
good first issue

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation We encountered a slow log problem when accessing a rather small...

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation What you can do for [kvrocks.apache.org](https://kvrocks.apache.org/) (repo: [apache/incubator-kvrocks-website](https://github.com/apache/incubator-kvrocks-website)): - Fix outdated...

documentation
enhancement
help wanted
good first issue

https://github.com/apache/incubator-kvrocks/blob/unstable/tests/cppunit/rwlock_test.cc#L170 This unit test sleep time is NOT right, expected 100ms but current is 1ms. I think 1ms is too short to guarantee the else condition thread will be always...

bug

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation As in https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container, we can use `jobs..container` to make all steps...

enhancement
help wanted