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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,25 @@
4
4
5
5
- Both `bzpopmax(double timeout, byte[]... keys)` and `bzpopmin(double timeout, byte[]... keys)` now return `KeyValue<byte[], Tuple>` (instead of `List<byte[]>`).
6
6
7
+
- Following methods now return `KeyValue<String, String>` instead of `KeyedListElement`:
8
+
-`blpop(double timeout, String key)`
9
+
-`blpop(double timeout, String... keys)`
10
+
-`brpop(double timeout, String key)`
11
+
-`brpop(double timeout, String... keys)`
12
+
13
+
- Following methods now return `KeyValue<byte[], byte[]>` instead of `List<byte[]>`:
14
+
-`blpop(double timeout, byte[]... keys)`
15
+
-`brpop(double timeout, byte[]... keys)`
16
+
7
17
-`getAgeSeconds()` in `AccessControlLogEntry` now returns `Double` instead of `String`.
8
18
9
19
-`graphSlowlog(String graphName)` now returns `List<List<Object>>` (instead of `List<List<String>>`).
10
20
11
21
- All _payload_ related parameters are removed from _search_ related classes; namely `Document`, `IndexDefinition`, `Query`.
12
22
13
-
-`KeyedZSetElement` is removed.
23
+
-`KeyedZSetElement` class is removed.
24
+
25
+
-`KeyedListElement` class is removed.
14
26
15
27
-`STREAM_AUTO_CLAIM_ID_RESPONSE` in BuilderFactory has been renamed to `STREAM_AUTO_CLAIM_JUSTID_RESPONSE`.
0 commit comments