Skip to content

Commit

Permalink
breaking change list
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Aug 17, 2023
1 parent 9423e8f commit d478683
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/jedis5-breaking.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
- `BINARY_MAP_FROM_PAIRS`
- `STRING_ORDERED_SET`

- Following methods supporting JSON.RESP command have been removed:
- `jsonResp(String key)`
- `jsonResp(String key, Path path)`
- `jsonResp(String key, Path2 path)`

- `RedisJsonCommands` and `RedisJsonPipelineCommands` interfaces have been moved into `redis.clients.jedis.json.commands` package.

- `Queable` class is removed.
Expand Down

0 comments on commit d478683

Please sign in to comment.