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

we are running a containerized springboot application using jedis on openjdk 11 in a rancher 1.6 environment. redis is containerized as well, running on the same cluster. recently, we have...

stale

### Expected behavior Jedis library should get new master after failover ### Actual behavior Library is never able to get current master. ### Steps to reproduce: My current conf is...

stale

### Expected behavior Threads using the same JedisConnection should not hang. ### Actual behavior Over 50 threads are sharing JedisCluster hung stopping the entire application and getting 504 Time Out...

stale

pipelinedResponses should be clear in MultiNodePipelineBase.java and avoid this pipeline object reporting ENP when executing close() and reuse like [#3697](https://github.com/redis/jedis/pull/3697) MultiNodePipelineBase can be reused when calling close(), there is no...

This change allows to create Text and Tag fields in schema with option WITHSUFFIXTRIE. The change will allow to extend annotations `@Indexed` and `@Searchable` with new option in the project:...

will not fix

I've switched to using `UnifiedJedis` in my application, as I needed module commands. I replaced using my own connection pool by having `UnifiedJedis` create and manage one. One thing that...

JAR signing public key can not be validated, preventing from ensuring the authenticity of the JAR file on Maven. Would you please publish IDs.

documentation
maintenance

All of `Jedis` exceptions are extended from `RuntimeException`. While the majority of `Jedis` exceptions are by definition, checked exceptions. This behaviour is misleading and leading to a developer bugs, not...

### Expected behavior Add sendCommandToReplicas() method for JedisCluster, it will make users to send read-only commands to replicas nodes, to reduce main nodes pressure

### Content Certainly! Here's an English introduction for your CRUD tutorial using Jackson and Jedis: --- # Building a CRUD Application with Jackson and Jedis In this tutorial, we will...