From d2b7c93318d263edbc73127f4ba181f45ca1b45e Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Tue, 19 Oct 2021 16:58:14 -0700 Subject: [PATCH] Editing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 603f3ca..a031d2f 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. As noted, you can still use primary keys. +2. Without RediSearch, you won't be able to use our expressive queries to find models -- just primary keys. ### So how do you get RediSearch and RedisJSON?