24 Commits (main)

Author SHA1 Message Date
Igor Malinovskiy 1213ca7373
Drop Python 3.7 support (#559) 9 months ago
mheguy-stingray 87d3a080ad
Fix incorrect command in getting started (#517) 12 months ago
Chayim 6955225c08
Updating documentation to use redis.asyncio (#447)
* removing aioredis from documentation

* fix: proper python 3.11 support (#446)

* fix: propper python 3.11 support

* fix tox config

* wider python 3.x support

* Update ci.yml

Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>

* Add poetry.lock to .gitignore (#457)

* Add poetry.lock to .gitignore

* remove poetry.lock

* PR comments readme update

Co-authored-by: Yaraslau Zhylko <YaraslauZhylko@gmail.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 year ago
Mahmoud Harmouch 2e09234b68
fix broken links (#348)
Signed-off-by: wiseaidev <business@wiseai.dev>

Signed-off-by: wiseaidev <business@wiseai.dev>
2 years ago
Chayim bc2199f2d4
Spellcheck (#302)
* spelling, take1

* some spelling fixes

* one more
2 years ago
r 0c923ca995 docs(Getting Started): Fix get_redis_connection() example 2 years ago
Simon Prickett 31fd071211
Merge pull request #120 from gowthamparuchuru/main
corrected Strict Validation documentation
2 years ago
Simon Prickett b1da14bf96 Updated documentation with note about indexing only being for database 0. 2 years ago
Simon Prickett 04dcced822 Replaced redismod references with redis-stack. 2 years ago
Simon Prickett 93aa9f7507 Updated docs with expire. 2 years ago
Simon Prickett 1e8ba35f08 Added documention for accessing low level client. 2 years ago
Gowtham 627b976db1 corrected Strict Validation documentation 2 years ago
Andrew Brookins 269d44c26e Final docs push 3 years ago
Andrew Brookins 6dbeb5e9ec Add documentation index page 3 years ago
Andrew Brookins b5bf393f0c Fix minimum python version in getting started guide 3 years ago
Andrew Brookins 31323214a9 Remove links to MD files that do not exist yet 3 years ago
Andrew Brookins ca6ae7d6e9 Merge branch 'main' into asyncio 3 years ago
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.
3 years ago
Andrew Brookins 9aeb269851 Add notes on virtualenvs, etc. 3 years ago
Andrew Brookins 9606a57852 Fix mangled CLI examples 3 years ago
Andrew Brookins 8df968542a Update Getting Started guide, note WIP docs 3 years ago
Andrew Brookins 8a5db647da WIP on getting started guide 3 years ago
Andrew Brookins f44b7fa664 Work on docs, getting started guide 3 years ago
Andrew Brookins 62240723ca WIP on README - first draft 3 years ago