bodong.ybd
bodong.ybd
## Bug Report I'm one of the Jedis Reviewers and our customers are experiencing unrecoverable issues with Lettuce in production. Lettuce connects to a Redis host and reads and writes...
This PR supports the commands of [TairHash](https://github.com/alibaba/TairHash) (A redis module, similar to redis hash, but you can set expiration and version for field). Hash that supports field expiration has always...
https://github.com/vipshop/redis-migrate-tool/blob/aa6da30cc7d1f92a3ddc0bae7f58f7fd8e7a5909/src/rmt_sds.c#L19
**The problem/use-case that the feature addresses** Our user wants to return `score` when querying the ranking through `zrank`, instead of querying through `zscore` again. Currently, we can recommend users to...
### 题目描述: Tair 是阿里集团自研的内存数据库,完全兼容 Redis 协议,在性能、持久化、存储成本、数据结构等多方面进行提升,其中 Tair Modules 是阿里云 Tair 团队基于 Redis 开发的模块系统,是对 Redis 现有数据结构的高级拓展,广泛应用在交易、风控、社交领域,历经两次双十一考验,现已开源三个模块 TairHash/TairString/TairZset 。 https://github.com/alibaba/TairHash https://github.com/alibaba/TairString https://github.com/alibaba/TairZset ### 任务目标: 本任务希望基于 Python 编写 Tair Modules 的开源客户端: 1,提供对上述 Modules...
By adjusting the position, the `valueint` and `type` memory are aligned, occupying a total of 8 bytes instead of 16 bytes, so sizeof(cJSON) is reduced from 64 bytes to 56...
backport https://github.com/redis/jedis/pull/3596 to 4.x
We can support both Makefile and CMake compilation methods. This requirement is also mentioned in https://github.com/valkey-io/valkey/issues/17. - https://cmake.org/ - https://code.visualstudio.com/docs/cpp/cmake-linux - https://www.jetbrains.com/help/clion/quick-cmake-tutorial.html
see https://github.com/redis/redis/pull/11758
This PR mainly includes the following changes: 1. Introduce JedisThreadFactoryBuilder and JedisThreadPoolBuilder to standardize the creation of thread pools (this is beneficial for future debugging). 2. make executorService as a...