You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/jedis5-breaking.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
1
# Jedis 5 Breaking Changes
2
2
3
-
-`bzpopmax(double timeout, byte[]... keys)` now returns `List<Object>` (instead of `List<byte[]>`).
4
-
- This is a three element list where the last element is a `Double`.
3
+
- Both `bzpopmax(double timeout, String... keys)` and `bzpopmin(double timeout, String... keys)` now return `KeyValue<String, Tuple>` (instead of `KeyedZSetElement`).
5
4
6
-
-`bzpopmin(double timeout, byte[]... keys)` now returns `List<Object>` (instead of `List<byte[]>`).
7
-
- This is a three element list where the last element is a `Double`.
5
+
- Both `bzpopmax(double timeout, byte[]... keys)` and `bzpopmin(double timeout, byte[]... keys)` now return `KeyValue<byte[], Tuple>` (instead of `List<byte[]>`).
8
6
9
7
-`getAgeSeconds()` in `AccessControlLogEntry` now returns `Double` instead of `String`.
10
8
11
9
-`graphSlowlog(String graphName)` now returns `List<List<Object>>` (instead of `List<List<String>>`).
12
10
13
11
- All _payload_ related parameters are removed from _search_ related classes; namely `Document`, `IndexDefinition`, `Query`.
14
12
15
-
-`Queable` class is removed.
13
+
-`KeyedZSetElement` is removed.
16
14
17
15
-`STREAM_AUTO_CLAIM_ID_RESPONSE` in BuilderFactory has been renamed to `STREAM_AUTO_CLAIM_JUSTID_RESPONSE`.
18
16
@@ -21,6 +19,8 @@
21
19
-`BYTE_ARRAY_LIST` (use `BINARY_LIST`)
22
20
-`BINARY_MAP_FROM_PAIRS`
23
21
22
+
-`Queable` class is removed.
23
+
24
24
-`Params` abstract class is removed.
25
25
-`toString()` support used by its sub-classes is now unavailable.
0 commit comments