i18n.site
i18n.site
I have a question about the best way to manage documents (create, read, update, delete, and especially upsert) using a custom ID that I define in my document data. My...
I want to perform a search that filters documents based on an **OR** condition for a single facet field. For example, I need to find all documents where `repo_id` is...
feat: Add From implementations for MultipleKeys / Key / Value
fix https://github.com/hyperium/tonic/issues/970 disable default feature can without any user-agent in your Cargo.toml ``` tonic = { version = "0.13.1", default-features = false, features = [ "channel", "codegen", "prost", ] }...
[English](#en) / [中文](#cn) ### English **Issue**: https://github.com/apache/kvrocks/issues/3276 **Description**: This PR adds support for exclusive ranges in the `XPENDING` command, allowing users to specify exclusive start and end IDs using the...
fix https://github.com/apache/kvrocks/issues/3285 [English](#en) / [中文](#cn) ## Root Cause Analysis The issue occurs because Kvrocks reports its Redis version as `4.0.0` (defined in `src/server/server.h:61`), while RESP3 protocol was introduced in Redis...
[English](#en) / [中文](#cn) # English ## Description This PR fixes a bug in the `XPENDING` command where the `end_id` was incorrectly parsed using the `start_id`. This issue caused incorrect results...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation 1. Streams Command Upgrades: New XDELEX and XACKDEL, and Extended XADD...
[English](#en) / [中文](#cn) ## Bug: RESP3 protocol not properly recognized when connecting to Kvrocks through Redis Sentinel ### Environment - **Kvrocks Version**: apache/kvrocks:latest (Docker image) - **Setup**: 1 master +...