Skip to content

Commit

Permalink
Fix url typo
Browse files Browse the repository at this point in the history
Small typo fix for redis stack
  • Loading branch information
allengueco authored Mar 19, 2024
1 parent d3c14a6 commit 0dc031b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

---

**Redis OM Spring** extends [Spring Data Redis](https://spring.io/projects/spring-data-redis) to take full advantage of Redis and [Redis Stack](https://reedis.io/docs/stack/).
**Redis OM Spring** extends [Spring Data Redis](https://spring.io/projects/spring-data-redis) to take full advantage of Redis and [Redis Stack](https://redis.io/docs/stack/).

| Stage | Release | Snapshot | Issues | Resolution | Code QL | License | SDR Ver. |
|---------------------------------------------------| -------------------------------------------- | ----------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------- | -------------------------------------------- | ---------------------------------------- | ------------------------------------------------------- |
Expand Down Expand Up @@ -89,7 +89,7 @@ using a RedisJSON document.

### 🚀 Launch Redis

Redis OM Spring relies on the search, query, and JSON capabilities of [Redis Stack](https://reedis.io/docs/stack/).
Redis OM Spring relies on the search, query, and JSON capabilities of [Redis Stack](https://redis.io/docs/stack/).
Before writing any code, you'll need a Redis Stack. The quickest way to get
this is with Docker:

Expand Down

0 comments on commit 0dc031b

Please sign in to comment.