jedis
jedis copied to clipboard
Migration guide
Expected behavior
Open Changelog, browse the releases and find out if it is neccessary to migrate my source code when upgrading to that version.
Actual behavior
Instructions are missing.
Steps to reproduce:
I am upgrading from 2.9.0 to 3.3.0 and so far I hit:
redis.clients.util.Pool is gone, I replaced it with redis.clients.jedis.JedisPoolAbstract and its ancestors redis.clients.jedis.ScanResult#getStringCursor is gone too, the same description has getCursor() method
It is a good habbit to provide a migration guide when there are incompatible changes.
Redis / Jedis Configuration
Jedis version:
Redis version:
Java version:
Thanks for reporting this issue. Sorry for the inconvenience. We may have lost some change logs for historical reasons. our new release logs https://github.com/redis/jedis/releases
@dengliming OP is asking for a migration guide, e.g. how to migrate from Jedis 2.9.0 to 3.0.0 as this migration can be blocked by breaking changes.