43 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
Simon Prickett 4f7df01e19
Added missing " 2 years ago
Gowtham 627b976db1 corrected Strict Validation documentation 2 years ago
Andrew Brookins 66fdb8a046
Update index.md 3 years ago
Andrew Brookins 3a3ed91ed0 Merge branch 'main' of github.com:redis-developer/redis-om-python 3 years ago
Andrew Brookins e4e3583006 Document some possible error messages 3 years ago
Andrew Brookins 4bcb03360d
Update fastapi_integration.md 3 years ago
Andrew Brookins 60fbd09775 Reference the redis-om-fastapi project 3 years ago
Andrew Brookins 269d44c26e Final docs push 3 years ago
Andrew Brookins 73bd2e1423 Wording changes for connections docs 3 years ago
Andrew Brookins 0d74f4ee5a Add connection docs 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
Simon Prickett c1e10b5629
Formatting fix for creating a customer and minor typo fix. 3 years ago
Andrew Brookins 678bc43d3f Remove the empty docs index 3 years ago
Andrew Brookins 4a4d0b432d Remove stub documentation in favor of GH Issues 3 years ago
Andrew Brookins 27311f3d0b Make validation code example runnable 3 years ago
Andrew Brookins ca6ae7d6e9 Merge branch 'main' into asyncio 3 years ago
Andrew Brookins 1e369e33c8 Word choice 3 years ago
Andrew Brookins a1fef8cfe6 Word choice 3 years ago
Andrew Brookins 12bd069026 Fix typo in FastAPI integration doc 3 years ago
Andrew Brookins e58ab1b8f6 FastAPI integration example 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 42592013ba More changes 3 years ago
Andrew Brookins 77030ccaf5 Make examples shorter, split Querying and Embedded Models 3 years ago
Andrew Brookins 7c0bea751b WIP on README 3 years ago
Andrew Brookins 62240723ca WIP on README - first draft 3 years ago