Open TianMing2018 opened 2 years ago
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
@bsbodden I updated the pom.xml
file information for the relevant docs for this issue, but I am not sure about the UserIdx
question or the Spring Boot version questions. Can you update the docs to reflect what is current?
The relevant docs are here
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
userIdx
been created when i changespring-boot
andredis-om-spring
version, so i'm confused about whichredis-om-spring
should use whichspring-boot
version . can't remember the detail.
this chapter has few errors and need to updated for better learning
com.redis.om
now0.6.0
nor latest snapshot0.5.2-SNAPSHOT
will create UserIdx indexBy the way,what's difference betwen https://github.com/redis-developer/redis-om-spring-skeleton-app and this chapter?