index-redis-om-spring-hash.mdx is outdated
TianMing2018 opened this issue · 3 comments
this chapter has few errors and need to updated for better learning
- groupId is wrong, it should be
com.redis.omnow
<dependency>
<groupId>com.redis.om.spring</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>- nethier release version
0.6.0nor latest snapshot0.5.2-SNAPSHOTwill create UserIdx index
it seems that not so 'distinguish' to tell which
omversion reference to which major version ofspring-boot.
assume that's probles, i haveupgrade spring-boot to 2.7.2and useredis-om-spring:0.6.0but it still won't create UserIdx
By the way,what's difference betwen https://github.com/redis-developer/redis-om-spring-skeleton-app and this chapter?
it seems that you docs now is the only version works ,i'm wondering what should we do if we want to use spring-boot 2.6.x or spring-boot-2.7.x ,which redis-om-spring version should we pick?
do this chapter still in developing or discarded now
you can see the detial about this issuse on url https://github.com/TianMing2018/redis-developer.github.io/blob/master/docs/develop/java/spring/redis-om/index-redis-om-spring-hash.mdx
the spring-boot version problem is a small confusion when i first read this chapter and found this problem,it seems that i have seen
userIdxbeen created when i changespring-bootandredis-om-springversion, so i'm confused about whichredis-om-springshould use whichspring-bootversion . can't remember the detail.