jedis icon indicating copy to clipboard operation
jedis copied to clipboard

Migration guide

Open literakl opened this issue 3 years ago • 2 comments

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:

literakl avatar Aug 28 '20 11:08 literakl

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 avatar Mar 17 '21 03:03 dengliming

@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.

sazzad16 avatar Mar 17 '21 05:03 sazzad16