redis / jedis

Redis Java client
https://redis.github.io/jedis/
MIT License
11.89k stars 3.87k forks source link

Keep some easy to use RedisJSON v1 methods #4001

Open sazzad16 opened 4 weeks ago

sazzad16 commented 4 weeks ago

At this moment, methods representing RedisJSON v1 commands are deprecated. At least in terms of GET and SET commands, some of those methods can be considered as easy to use compared to the RedisJSON v2 counterparts.

Should we keep some of those methods?

References:

  1. 4000

Redis / Jedis Configuration

Jedis version:

5.2.0

Redis version:

8.0-M01

sazzad16 commented 4 weeks ago

@uglide @mortensi cc