Fix broken link in the redis-transaction ref docs.
The link to "declarative transaction management" was broken. Closes #2297
This commit is contained in:
@@ -75,7 +75,7 @@ public class RedisTxContextConfiguration {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
<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].
|
<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].
|
||||||
<2> Configures `RedisTemplate` to participate in transactions by binding connections to the current thread.
|
<2> Configures `RedisTemplate` to participate in transactions by binding connections to the current thread.
|
||||||
<3> Transaction management requires a `PlatformTransactionManager`.
|
<3> Transaction management requires a `PlatformTransactionManager`.
|
||||||
Spring Data Redis does not ship with a `PlatformTransactionManager` implementation.
|
Spring Data Redis does not ship with a `PlatformTransactionManager` implementation.
|
||||||
|
|||||||
Reference in New Issue
Block a user