This commit is contained in:
Andrew Brookins 2021-10-19 16:58:14 -07:00
parent ed05536fd4
commit d2b7c93318

View file

@ -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? 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. 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? ### So how do you get RediSearch and RedisJSON?