Replies: 4 comments 8 replies
-
Does jedis(5.0.0) support tracking? How can jedis client listen the "push" messages? 🧐 @sazzad16 |
Beta Was this translation helpful? Give feedback.
-
About "push" messgae Redis conf: https://redis.io/docs/reference/protocol-spec/#pushes RESP3: https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md |
Beta Was this translation helpful? Give feedback.
-
like to see aggregation search features in 5.x !! |
Beta Was this translation helpful? Give feedback.
-
Has the class JedisPoolConfig been deprecated in jedis 5.0.0 version? During code execution: JedisPoolConfig=new JedisPoolConfig (); When, it will report: Exception in thread 'main' java. lang. NoSuchMethodError: redis. clients. jedis JedisPoolConfig.setMinEvictableIdleTime(Ljava/time/Duration;) V Used JDK 1.8 |
Beta Was this translation helpful? Give feedback.
-
What's New?
Automatic Cross-Cluster Failover
We're happy to introduce the Cross-Cluster Failover feature in Jedis. This feature provides high availability and resilience by allowing seamless transitions between Redis clusters during unforeseen failures or downtimes. It's a built-in tool to minimize manual intervention and downtime and ensure a more resilient application infrastructure.
Learn more about how you can automate the failover process in our documentation.
Full Redis 7.2 and RESP3 Support
Examples to enable RESP3 are included later in this release note.
Changes
🔥 Breaking Changes (Listed here)
🚀 New Features
🧪 Experimental Features
🐛 Bug Fixes
🧰 Maintenance
RESP3 Examples
This release introduces enabling RESP3 Redis connection, when the Redis server supports it.
This discussion was created from the release 5.0.0.
Beta Was this translation helpful? Give feedback.
All reactions