redis-developer.github.io icon indicating copy to clipboard operation
redis-developer.github.io copied to clipboard

Library version in tutorial is outdated

Open djb4ai opened this issue 3 years ago • 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>

djb4ai avatar Jul 02 '22 02:07 djb4ai