-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit fd23412
Fix database selection on dedicated connection.
We now select the database on the dedicated connection. Previously, this call never happened on the dedicated connection and the only way a database could be selected is through the ConnectionFactory configuration.
Closes: #2984
Original Pull Request: #2990 1 parent 02dfe5c commit fd23412
File tree
3 files changed
+12
-6
lines changed- src
- main/java/org/springframework/data/redis
- connection/lettuce
- test/java/org/springframework/data/redis/connection/lettuce
3 files changed
+12
-6
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 | - | ||
32 | + | ||
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
512 | 512 |
| |
513 | 513 |
| |
514 | 514 |
| |
515 | - | ||
515 | + | ||
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
| |||
965 | 965 |
| |
966 | 966 |
| |
967 | 967 |
| |
968 | - | ||
968 | + | ||
969 | 969 |
| |
970 | 970 |
| |
971 | 971 |
| |
| |||
1062 | 1062 |
| |
1063 | 1063 |
| |
1064 | 1064 |
| |
1065 | - | ||
1065 | + | ||
1066 | 1066 |
| |
1067 | - | ||
1067 | + | ||
1068 | 1068 |
| |
1069 | 1069 |
| |
1070 | 1070 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | + | ||
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
72 | + | ||
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
| |||
89 | 91 |
| |
90 | 92 |
| |
91 | 93 |
| |
94 | + | ||
92 | 95 |
| |
93 | 96 |
| |
97 | + | ||
94 | 98 |
| |
95 | 99 |
| |
96 | 100 |
| |
| |||
155 | 159 |
| |
156 | 160 |
| |
157 | 161 |
| |
158 | - | ||
162 | + | ||
159 | 163 |
| |
160 | 164 |
| |
161 | 165 |
| |
162 | 166 |
| |
163 | 167 |
| |
164 | 168 |
| |
165 | 169 |
| |
170 | + | ||
166 | 171 |
| |
167 | 172 |
| |
168 | 173 |
| |
|
0 commit comments