redis-developer.github.io
redis-developer.github.io copied to clipboard
Library version in tutorial is outdated
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>