jedis icon indicating copy to clipboard operation
jedis copied to clipboard

Redis Java client

Results 259 jedis issues
Sort by recently updated
recently updated
newest added

Hello 👋 As part of my Masters Dissertation @FEUP, a GitHub action named **[GZoltar Automatic Feedback](https://github.com/GZoltar/gzoltar-feedback-action)** was created. Its main purpose is to improve the results produced by **[GZoltar](https://github.com/GZoltar/gzoltar)**, facilitating...

### Expected behavior When a client initiates the deletion of a key, and that key is cached by the client, the cache should be invalidated to prevent retaining invalid data....

### Expected behavior i want to Display Chinese search results normally... ```shell search: 测试 retrun: 测试数据...测试标题... ``` ### Actual behavior ```shell search: 测试 retrun: 测试�...测试�... ``` ### Steps to reproduce:...

### Expected behavior Just set `JedisClusterInfoCache.slots[currentSlot] = targetConnection` might be more efficient. ### Actual behavior When received MOVED, `ClusterCommandExecutor` will call `ClusterConnectionProvider#renewSlotCache` and then clear ``JedisClusterInfoCache.slots` and reassign them in...

feature

### Expected behavior When writing to a read-only slave node outside of a transaction throws a `JedisDataException`. I would expect the same behavior inside of a transaction, as seen in...

stale

Issue: https://github.com/redis/jedis/issues/3566

StreamEntry uses a Map for fields. As a result, binary data which contains illegal utf-8 sequences get mangled. Reproduce by using XADD with a key or value which contains an...

good-first-issue

Support automatic namespacing (key prefixing) by handler (key pre-processing) interface. This is based on #3770 by @killergerbah

experimental

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

wait for more reviews