redis-developer/redis-developer.github.io

Library version in tutorial is outdated

djb4ai opened this issue · 0 comments

Library version in this tutorial is outdated.

Needs to be updated from-

<dependency>
  <groupId>com.redis.om.spring</groupId>
  <artifactId>redis-om-spring</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>

to

<dependency>
    <groupId>com.redis.om</groupId>
    <artifactId>redis-om-spring</artifactId>
    <version>0.5.1</version>
</dependency>