From ed05536fd42440d23ffd272003f0e57bc8226765 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Tue, 19 Oct 2021 16:57:52 -0700 Subject: [PATCH] Editing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 042a029..603f3ca 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ We'll store your model data in Redis as Hashes, and you can retrieve models usin So, what won't work without these modules? 1. Without RedisJSON, you won't be able to nest models inside each other, like we did with the example model of a `Customer` model that has an `Address` embedded inside it. -2. Without RediSearch, you won't be able to use our expressive queries to find models. You can still use primary keys. +2. Without RediSearch, you won't be able to use our expressive queries to find models. As noted, you can still use primary keys. ### So how do you get RediSearch and RedisJSON?