Commit graph

10 commits

Author SHA1 Message Date
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
Andrew Brookins
9aeb269851 Add notes on virtualenvs, etc. 2021-11-02 15:12:53 -07:00
Andrew Brookins
9606a57852 Fix mangled CLI examples 2021-11-02 14:56:09 -07:00
Andrew Brookins
8df968542a Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -07:00
Andrew Brookins
8a5db647da WIP on getting started guide 2021-11-02 10:34:54 -07:00
Andrew Brookins
f44b7fa664 Work on docs, getting started guide 2021-10-29 17:31:36 -07:00
Andrew Brookins
42592013ba More changes 2021-10-25 14:21:39 -07:00
Andrew Brookins
77030ccaf5 Make examples shorter, split Querying and Embedded Models 2021-10-25 14:19:59 -07:00
Andrew Brookins
7c0bea751b WIP on README 2021-10-22 08:31:08 -07:00
Andrew Brookins
62240723ca WIP on README - first draft 2021-10-19 15:06:50 -07:00