redis-om-python/docs
Andrew Brookins 2b1994b98b Disable features without required Redis modules
Some features, like querying and embedded models, require
either the RediSearch or RedisJSON modules running in Redis.
Without these modules, using these features would result
in inscrutable errors.

We now disable some tests if the Redis module required for the
test is not found in the Redis instance the tests are using,
and raise errors or log messages if the same is true during
execution of HashModel and JsonModel.
2021-11-03 12:37:12 -07:00
..
connections.md Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -07:00
embedded_models.md Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -07:00
faq.md Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -07:00
getting_started.md Disable features without required Redis modules 2021-11-03 12:37:12 -07:00
index.md Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -07:00
integrating.md Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -07:00
models_and_fields.md Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -07:00
querying.md Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -07:00
redis_modules.md Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -07:00
testing.md Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -07:00
validation.md Work on docs, getting started guide 2021-10-29 17:31:36 -07:00