i18n.site
i18n.site
[https://redis.io/docs/latest/commands/xreadgroup/](https://redis.io/docs/latest/commands/xreadgroup/) # feat(stream): Add support for XREADGROUP CLAIM option [English](#en) / [中文](#cn) --- ## English ### Overview This PR implements the `CLAIM` option for the `XREADGROUP` command, enabling consumers to...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Version kvrocks_version:2.14.0 ### Minimal reproduce step ``` # 1. 清理旧数据 DEL smtp...
fix : https://github.com/apache/kvrocks/issues/3120 (只写了XACKDEL) This commit introduces the XACKDEL command for Redis streams with support for different acknowledgment strategies: - KEEEREF: acknowledge entries in the specified group - DELREF: acknowledge...
[English](#en) / [中文](#cn) # Support for Namespaces and Numbered Databases in Kvrocks Cluster Mode ## Feature Request Valkey 9.0 has introduced full support for Numbered Databases in cluster mode. Previously,...
[English](#en) / [中文](#cn) # Add Support for Hash Field Expiration Commands (HEXPIRE, HEXPIREAT, HGETEX, HPERSIST) ## Introduction Valkey 9.0 has introduced new commands for setting expiration times on individual hash...
fix https://github.com/sidorares/node-mysql2/issues/2528
# HTTP/3 request fails with `http3_prior_knowledge` test repo https://github.com/i18n-site/gway ### Description When attempting to make an HTTP/3 request using `reqwest` with `http3_prior_knowledge`, the request fails. However, making a direct HTTP/3...
热重启 https://www.cloudwego.io/zh/blog/2023/08/28/volo-0.5.4-%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83/#how-to-1 graceful shutdown https://www.cloudwego.io/zh/blog/2023/02/07/volo-0.3.2-%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83/#grpc-graceful-shutdown-%E6%94%AF%E6%8C%81 我比较困惑的点是 1、热重启应该是让多个进程监听一个端口,怎么配合volo-grpc使用呢? 2、我替换二进制文件之后,是kill -HUP $(cat /var/run/xxx.pid)来进行热重启吗?