Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/redis/jedis

Redis Java client
https://github.com/redis/jedis

Introduce Endpoint and new StreamEntryID

sazzad16 opened this pull request over 3 years ago
Introduce Endpoint

sazzad16 opened this pull request over 3 years ago
Use only 'int' or only 'long' for offsets and counts

sazzad16 opened this issue over 3 years ago
Change nil to null in doc

einverne opened this pull request over 3 years ago
Remove slave to jedisPool mapping

wxjackie opened this pull request almost 4 years ago
Introduce a way to easily check cluster status

sazzad16 opened this issue almost 4 years ago
Question about Params

dengliming opened this issue almost 4 years ago
Pluggable Retry Mechanism

walles opened this pull request almost 4 years ago
Some tests executed by "mvn test" are slow

walles opened this issue almost 4 years ago
Introduce and extend Config pattern (III/2)

sazzad16 opened this pull request almost 4 years ago
Flaky tests

walles opened this issue almost 4 years ago
Idle connection terminations for Sentinel behind load balancer

dataviruset opened this issue almost 4 years ago
Testing with Java 11

sazzad16 opened this pull request almost 4 years ago
subscriptions PubSub continue to work after closing JedisPool

gomin1d opened this issue about 4 years ago
Use user other than default user in ACL tests

sazzad16 opened this issue about 4 years ago
Add suppressed exceptions but limited to 10

sazzad16 opened this pull request about 4 years ago
Return List instead of Set from smembers method

mudit-saxena opened this issue about 4 years ago
Intermittent connection issue with Redis Sentinel

shannonantony opened this issue about 4 years ago
Add redlock and reentrantlock to jedis

gaoxianglong opened this pull request over 4 years ago
Can Protocol processError support rewriting

Wlitsoft opened this issue over 4 years ago
Branch 20200912

momomo opened this pull request over 4 years ago
JedisPubSub, why private on process?

momomo opened this issue over 4 years ago
Migration guide

literakl opened this issue over 4 years ago
#2220 client-side-caching-poc2

tgrall opened this pull request over 4 years ago
issue #2220 - client side caching PoC test 1

tgrall opened this pull request over 4 years ago
Jedis Reentrant Lock

gaoxianglong opened this pull request over 4 years ago
somewhat inexplicable errors with different AWS instance types

rmalchow opened this issue over 4 years ago
Need tests for JedisSentinelPool

sazzad16 opened this issue almost 5 years ago
Fix xgroupDelConsumer method and add test case

dengliming opened this pull request almost 5 years ago
Active connections will not be released

asdxiaoqex opened this issue almost 5 years ago
please rewrite convertHost method

magic5650 opened this issue about 5 years ago
Add support for localcache (Client-side caching)

gkorland opened this issue about 5 years ago
Add support for RESP3

gkorland opened this issue about 5 years ago
Implement pipeline for cluster

Unknow0 opened this pull request over 5 years ago
Subscribe method might need throw a InterruptException

zhengrenjie opened this issue over 5 years ago
java.net.SocketInputStream.socketRead0(Native Method)

ravindrabhatt97 opened this issue over 5 years ago
JedisPool getResource block in multi-thread

lonnyzhang423 opened this issue over 5 years ago
Jedis connection exhausted

cssutaria opened this issue over 5 years ago
Create an interface for 3rd party commands

DvirDukhan opened this issue over 5 years ago
jedis can support `interceptor`?

taotao365s opened this issue over 5 years ago
Redis command listener

gr8routdoors opened this pull request almost 6 years ago
delete isLoopbackAddress method

xiaohu-zhang opened this pull request almost 6 years ago
Jedis Memory commands, ex memory usage, memory stats

sabeehshah opened this issue almost 6 years ago
Create Unflushed getObjectMultiBulkReply variant in Connection

werkt opened this pull request almost 6 years ago
tuning socket i/o buffer size upto 16384 to get more throughputs

inter169 opened this pull request almost 6 years ago
replace slots cache atomically

kutzi opened this pull request over 6 years ago
Make JedisSentinelPool MasterListener shutdown thread safe. (#1819)

khemkasudeep opened this pull request over 6 years ago
Fixes #1806 by adding links user property to pom.xml

ljnelson opened this pull request over 6 years ago
Add redis command listener

SerCeMan opened this pull request almost 7 years ago
RedisCluster that can use ReadOnly slaves

digitalsonic opened this pull request almost 7 years ago
Why JedisPoolConfig is not used by default?

sazzad16 opened this issue about 7 years ago
Closed Jedis should not be operable without password

sazzad16 opened this pull request about 7 years ago
Close jedis quietly in iteration

sunsuk7tp opened this pull request about 7 years ago
Add ScanCursor ulility for easier iteration using SCAN-like commands

antonio-tomac opened this pull request about 7 years ago
`make test` is not shutting down Redis instances in case of errors

sazzad16 opened this issue over 7 years ago
About Coding Style Violations

tianyin opened this issue over 7 years ago
Performance decrease a lot during redis cluster fail over period #1512

kenny319 opened this pull request over 7 years ago
spring redis connection fail socket timeout: read timed out

tianmingxing opened this issue over 7 years ago
Performance decrease a lot during redis cluster fail over period

Neway6655 opened this issue over 7 years ago
Writing to read-only slave fails silently inside of MULTI block

aniketschneider opened this issue almost 8 years ago
Cluster pipelining

sdncha opened this pull request about 8 years ago
JedisCluster throws JedisConnectionException when a cluster master killed

skyhawk1981 opened this issue about 8 years ago
JedisCluster behavior during cluster failure

uromahn opened this issue over 8 years ago
SolutionB: Support clientName setting for ShardedJedisPool

jiafu1115 opened this pull request over 8 years ago
SolutionA: Support clientName setting for ShardedJedisPool

jiafu1115 opened this pull request over 8 years ago
clientName should be support for ShardedJedisPool

jiafu1115 opened this issue over 8 years ago
Jedis should provide pre-release binaries/snapshots

mp911de opened this issue over 8 years ago
Avoid a NullPointerException when unsubscribing before subscribing

ekuefler opened this pull request over 8 years ago
Force interupt jedis.blpop

wenerme opened this issue over 8 years ago
Do cluster slot renewal in a background thread

xetorthio opened this issue over 8 years ago
Expand Pipeline interface with methods for fire'n'forget pattern

dgomesbr opened this issue over 8 years ago
Introduce new test: verify delegation via reflection & mock

HeartSaVioR opened this pull request almost 9 years ago
Support issuing Latency commands

CodingFabian opened this issue almost 9 years ago
Poposal - lua script helper

dvirsky opened this issue almost 9 years ago
Make JedisPubSub Observable?

yaxing opened this issue almost 9 years ago
Introduces ConnectionBrokenDeterminer

HeartSaVioR opened this pull request over 9 years ago
Wrap ClastCastException inside of Jedis to JedisConnectionException

HeartSaVioR opened this issue over 9 years ago
java.lang.ClassCastException: [B cannot be cast to java.lang.Long

ichernev opened this issue over 9 years ago