Skip to content

Commit

Permalink
Rename the bean name, which is different from the naming of spring da…
Browse files Browse the repository at this point in the history
…ta redis redisConnectionDetails
  • Loading branch information
zhangqian9158 committed May 28, 2024
1 parent 10c1f7d commit 30fb170
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class RedisVectorStoreAutoConfiguration {

@Bean
@ConditionalOnMissingBean(RedisConnectionDetails.class)
public PropertiesRedisConnectionDetails redisConnectionDetails(RedisVectorStoreProperties properties) {
public PropertiesRedisConnectionDetails redisVectorStoreConnectionDetails(RedisVectorStoreProperties properties) {
return new PropertiesRedisConnectionDetails(properties);
}

Expand Down

0 comments on commit 30fb170

Please sign in to comment.