Skip to content

issues Search Results · repo:redis/jedis language:Java

Filter by

1k results
 (84 ms)

1k results

inredis/jedis (press backspace or delete to remove)

Summary Enable native read/write separation for Redis Sentinel deployments in Jedis. This would allow applications to route writes to the Sentinel-elected master and reads to replicas, while transparently ...
  • a-TODO-rov
  • 3
  • Opened 
    yesterday
  • #4229

Some methods, like SetParams.px() were moved to BaseSetExParams which is source compatible change but is not binary compatible (code compiled with an old version does not work with 6.0.0 and vice versa). ...
backport required
bug
  • lukas-krecan
  • 1
  • Opened 
    8 days ago
  • #4224

Suppose I have such a requirement: I need to traverse each node in cluster mode and execute the dbsize command to retrieve the number of keys and add them up. I have used the following code: Map String, ...
enhancement
question
waiting-for-feedback
  • LuanShiLiuNian
  • 4
  • Opened 
    27 days ago
  • #4202

If the client is configured with isReadOnlyForRedisClusterReplicas == true, calls to reset() within JedisClusterInfoCache will clear out the slots and slotNodes, but will not wipe out replicaSlots. This ...
bug
  • cvanwage
  • 2
  • Opened 
    on Jun 27
  • #4191

Redis CE 8.2 supports new operations often required with BITOP command; DIFF(X, Y1, Y2, …) members of X that are not members of any of Y1, Y2 ,… X ∧ ¬(Y1 ∨ Y2 ∨ …) DIFF1(X, Y1, Y2, …) members of one ...
feature
  • ggivo
  • Opened 
    on Jun 27
  • #4188

When maxAttempts is set to 0 in JedisCluster, it leads to an unhandled NullPointerException during command execution. The cause is that lastException remains null, and Throwable.addSuppressed(null) is ...
bug
  • shivincible
  • 8
  • Opened 
    on Jun 26
  • #4185

Feature Request Is your feature request related to a problem? Please describe Since Redis 8 there is a new type of collection available - vector set - that the driver could support. See Vector Sets See ...
feature
  • ggivo
  • Opened 
    on May 27
  • #4169

I think this is a very special condition, I have 3 similar streams in one redis, 2 of them can be read normally, but the other one get NPE every time I try read from it. The comman is something like: ...
  • jinxfei
  • 8
  • Opened 
    on May 22
  • #4166

Description Sporadic test failures were observed in the pipeline for redis.clients.jedis.commands.jedis.ClientCommandsTest.killSkipmeYesNo Example run https://github.com/redis/jedis/actions/runs/15137667794/job/42562981385?pr=4152 ...
maintenance
  • ggivo
  • Opened 
    on May 21
  • #4165

Problem Description According to the official Redis documentation, the PING command is allowed while the client is in SUBSCRIBE mode, and it should return a PONG response. This applies to both RESP2 and ...
bug
  • sumitswami78
  • 5
  • Opened 
    on May 7
  • #4162
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub