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: src/main/asciidoc/reference/redis-transactions.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public class RedisTxContextConfiguration {
75
75
}
76
76
}
77
77
----
78
-
<1> Configures a Spring Context to enable https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/data-access.html#transaction-declarative[declarative transaction management].
78
+
<1> Configures a Spring Context to enable https://docs.spring.io/spring-framework/docs/{springVersion}/reference/html/data-access.html#transaction-declarative[declarative transaction management].
79
79
<2> Configures `RedisTemplate` to participate in transactions by binding connections to the current thread.
80
80
<3> Transaction management requires a `PlatformTransactionManager`.
81
81
Spring Data Redis does not ship with a `PlatformTransactionManager` implementation.
0 commit comments