Commit graph

185 commits

Author SHA1 Message Date
Andrew Brookins
58a798444d Clean up test keys properly 2021-11-12 07:56:47 -08:00
Andrew Brookins
8107933c1d Use default REDIS_OM_URL if not set 2021-11-12 07:29:17 -08:00
Andrew Brookins
3b9a2c1d52 Merge branch 'main' of github.com:redis-developer/redis-om-python 2021-11-12 07:13:48 -08:00
Andrew Brookins
27311f3d0b Make validation code example runnable 2021-11-12 07:13:46 -08:00
dependabot[bot]
2d1baaf5d1
Bump python-dotenv from 0.19.1 to 0.19.2
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.1 to 0.19.2.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.19.1...v0.19.2)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-12 03:23:08 +00:00
dependabot[bot]
ce7d2aa9b9
Bump coverage from 6.1.1 to 6.1.2
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/6.1.1...6.1.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 03:24:52 +00:00
Andrew Brookins
c473193d4c Bump version for release 2021-11-10 16:48:40 -08:00
Andrew Brookins
768d874473 Fix default module name 2021-11-10 16:44:28 -08:00
Andrew Brookins
9566d403c5 Try to smooth out dev setup experience 2021-11-10 16:43:31 -08:00
Andrew Brookins
e165942ad8 Try to fix CI 2021-11-10 12:20:51 -08:00
Andrew Brookins
c0a9ddf65d Bump version to release new README to PyPI 2021-11-10 12:11:37 -08:00
Andrew Brookins
d73c8309ca Fix lint issues 2021-11-10 12:10:49 -08:00
Andrew Brookins
35d2459ef9 Use a GH-hosted image link 2021-11-10 12:09:51 -08:00
Andrew Brookins
8427289f5b Use the right license badge 2021-11-10 12:07:29 -08:00
Andrew Brookins
e354e7b7af Change the package description 2021-11-10 12:06:09 -08:00
Andrew Brookins
5ccf9b2ccf Bump version to release again... 2021-11-10 11:43:40 -08:00
Andrew Brookins
5ab53c916c Support both sync and asyncio uses 2021-11-10 11:31:02 -08:00
Andrew Brookins
ca6ae7d6e9 Merge branch 'main' into asyncio 2021-11-09 15:59:10 -08:00
Andrew Brookins
1e369e33c8 Word choice 2021-11-09 08:06:51 -08:00
Andrew Brookins
a1fef8cfe6 Word choice 2021-11-09 08:06:32 -08:00
Andrew Brookins
12bd069026 Fix typo in FastAPI integration doc 2021-11-09 08:05:46 -08:00
Andrew Brookins
e58ab1b8f6 FastAPI integration example 2021-11-09 08:05:20 -08:00
Andrew Brookins
3f45793bae Set 0.0.10 version 2021-11-08 16:50:09 -08:00
Andrew Brookins
6c8cf0b01d Fix all_pks to work if decode_responses=False 2021-11-08 16:48:43 -08:00
Andrew Brookins
c7c6dffe7a Tweak CI 2021-11-08 16:39:27 -08:00
Andrew Brookins
bc441143de Add all_pks() method to HashModel 2021-11-08 16:28:58 -08:00
Andrew Brookins
db7b8d19ad Lower the Python requirement 2021-11-08 15:49:32 -08:00
Andrew Brookins
984c11679a Drop Protocol class to support Python 3.7 2021-11-08 15:41:10 -08:00
Andrew Brookins
3ee2252539 Reformat with linter 2021-11-03 12:53:00 -07: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
dependabot[bot]
afd0845618
Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 03:20:51 +00:00
Andrew Brookins
ca48b222f3 Fix yaml for CI #blessed 2021-11-02 17:08:46 -07:00
Andrew Brookins
60dc986947 Bump version to test CI 2021-11-02 17:06:09 -07:00
Andrew Brookins
3a69a6635a Bump version for the latest docs 2021-11-02 15:13:40 -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
4111330124 Add images to built package 2021-11-02 14:40:08 -07:00
Andrew Brookins
c128038d33 Include docs in build package 2021-11-02 14:36:20 -07:00
Andrew Brookins
7d77348f13 Bump version 2021-11-02 14:24:11 -07:00
Andrew Brookins
f735b65800 Fix copied text 2021-11-02 14:23:02 -07:00
Andrew Brookins
6178b3cd9d Add logo 2021-11-02 14:22:32 -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
807a29b011 Set up tox 2021-11-01 09:45:37 -07:00
Andrew Brookins
f44b7fa664 Work on docs, getting started guide 2021-10-29 17:31:36 -07:00
Andrew Brookins
ad6a323fb8 Remove unused deepcopy 2021-10-27 17:33:12 -07:00
Andrew Brookins
40c21c2f4e Fix more section links 2021-10-25 14:50:01 -07:00
Andrew Brookins
9409dbde3b More emojis 2021-10-25 14:49:24 -07:00
Andrew Brookins
8168f84b4f Fix section links 2021-10-25 14:48:02 -07:00
Andrew Brookins
62f9e244ed Fix word 2021-10-25 14:45:34 -07:00