Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index-redis-om-spring-hash.mdx is outdated #451

Open
TianMing2018 opened this issue Oct 5, 2022 · 3 comments
Open

index-redis-om-spring-hash.mdx is outdated #451

TianMing2018 opened this issue Oct 5, 2022 · 3 comments

Comments

@TianMing2018
Copy link
Contributor

this chapter has few errors and need to updated for better learning

  1. groupId is wrong, it should be com.redis.om now
<dependency>
  <groupId>com.redis.om.spring</groupId>
  <artifactId>redis-om-spring</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>
  1. nethier release version 0.6.0 nor latest snapshot 0.5.2-SNAPSHOT will create UserIdx index

it seems that not so 'distinguish' to tell which om version reference to which major version of spring-boot.
assume that's probles, i have upgrade spring-boot to 2.7.2 and use redis-om-spring:0.6.0 but 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?

@TianMing2018
Copy link
Contributor Author

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

@wjohnsto
Copy link
Contributor

wjohnsto commented Nov 7, 2022

@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

TianMing2018 added a commit to TianMing2018/redis-developer.github.io that referenced this issue Nov 13, 2022
@TianMing2018
Copy link
Contributor Author

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 change spring-boot and redis-om-spring version, so i'm confused about which redis-om-spring should use which spring-boot version . can't remember the detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants