Commit graph

18 commits

Author SHA1 Message Date
Simon Prickett
31fd071211
Merge pull request #120 from gowthamparuchuru/main
corrected Strict Validation documentation
2022-04-22 11:14:00 +01:00
Simon Prickett
b1da14bf96 Updated documentation with note about indexing only being for database 0. 2022-04-07 10:33:53 +01:00
Simon Prickett
04dcced822 Replaced redismod references with redis-stack. 2022-03-30 09:45:46 +01:00
Simon Prickett
93aa9f7507 Updated docs with expire. 2022-03-29 22:19:08 +01:00
Simon Prickett
1e8ba35f08 Added documention for accessing low level client. 2022-03-29 20:21:54 +01:00
Gowtham
627b976db1 corrected Strict Validation documentation 2022-02-04 20:47:33 +05:30
Andrew Brookins
269d44c26e Final docs push 2021-11-24 18:12:27 -08:00
Andrew Brookins
6dbeb5e9ec Add documentation index page 2021-11-24 07:18:03 -08:00
Andrew Brookins
b5bf393f0c Fix minimum python version in getting started guide 2021-11-22 14:24:18 -08:00
Andrew Brookins
31323214a9 Remove links to MD files that do not exist yet 2021-11-22 12:46:31 -08:00
Andrew Brookins
ca6ae7d6e9 Merge branch 'main' into asyncio 2021-11-09 15:59:10 -08:00
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
62240723ca WIP on README - first draft 2021-10-19 15:06:50 -07:00