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