-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit 3e9d610
DATAREDIS-803 - Polishing.
Remove DefaultRedisMapEntry as it's no longer required. Simplify test to unit test to reduce test scope and test run time.
Original pull request: #326.1 parent 8ed4703 commit 3e9d610
File tree
3 files changed
+60
-57
lines changed- src
- main/java/org/springframework/data/redis/support/collections
- test/java/org/springframework/data/redis/support/collections
3 files changed
+60
-57
lines changedLines changed: 1 addition & 34 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | - | ||
22 | - | ||
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
| |||
44 | 42 |
| |
45 | 43 |
| |
46 | 44 |
| |
47 | - | ||
48 | - | ||
49 | - | ||
50 | - | ||
51 | - | ||
52 | - | ||
53 | - | ||
54 | - | ||
55 | - | ||
56 | - | ||
57 | - | ||
58 | - | ||
59 | - | ||
60 | - | ||
61 | - | ||
62 | - | ||
63 | - | ||
64 | - | ||
65 | - | ||
66 | - | ||
67 | - | ||
68 | - | ||
69 | - | ||
70 | - | ||
71 | - | ||
72 | - | ||
73 | - | ||
74 | - | ||
75 | 45 |
| |
76 | 46 |
| |
77 | 47 |
| |
| |||
280 | 250 |
| |
281 | 251 |
| |
282 | 252 |
| |
283 | - | ||
284 | - | ||
285 | - | ||
286 | - | ||
253 | + | ||
287 | 254 |
| |
288 | 255 |
| |
289 | 256 |
| |
|
Lines changed: 1 addition & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
| |||
84 | 83 |
| |
85 | 84 |
| |
86 | 85 |
| |
87 | - | ||
86 | + | ||
88 | 87 |
| |
89 | 88 |
| |
90 | 89 |
| |
| |||
398 | 397 |
| |
399 | 398 |
| |
400 | 399 |
| |
401 | - | ||
402 | - | ||
403 | - | ||
404 | - | ||
405 | - | ||
406 | - | ||
407 | - | ||
408 | - | ||
409 | - | ||
410 | - | ||
411 | - | ||
412 | - | ||
413 | - | ||
414 | - | ||
415 | - | ||
416 | - | ||
417 | - | ||
418 | - | ||
419 | - | ||
420 | - | ||
421 | - | ||
422 | 400 |
| |
423 | 401 |
| |
424 | 402 |
| |
|
src/test/java/org/springframework/data/redis/support/collections/DefaultRedisMapUnitUnitTests.java
Lines changed: 58 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + |
0 commit comments