140 Commits (main)

Author SHA1 Message Date
Andrew Brookins 1e40eb1649 Fix Python 3.7 compatibility 3 years ago
Andrew Brookins 31323214a9 Remove links to MD files that do not exist yet 3 years ago
Andrew Brookins 715f699c66
Merge branch 'main' into dependabot/pip/redis-4.0.1 3 years ago
dependabot[bot] 998035e756
Bump black from 21.10b0 to 21.11b1
Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot] f2783addc3
Bump redis from 3.5.3 to 4.0.1
Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.0.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/3.5.3...v4.0.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
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>
3 years ago
Andrew Brookins c473193d4c Bump version for release 3 years ago
Andrew Brookins 768d874473 Fix default module name 3 years ago
Andrew Brookins 9566d403c5 Try to smooth out dev setup experience 3 years ago
Andrew Brookins c0a9ddf65d Bump version to release new README to PyPI 3 years ago
Andrew Brookins e354e7b7af Change the package description 3 years ago
Andrew Brookins 5ccf9b2ccf Bump version to release again... 3 years ago
Andrew Brookins 5ab53c916c Support both sync and asyncio uses 3 years ago
Andrew Brookins ca6ae7d6e9 Merge branch 'main' into asyncio 3 years ago
Andrew Brookins 3f45793bae Set 0.0.10 version 3 years ago
Andrew Brookins 6c8cf0b01d Fix all_pks to work if decode_responses=False 3 years ago
Andrew Brookins bc441143de Add all_pks() method to HashModel 3 years ago
Andrew Brookins db7b8d19ad Lower the Python requirement 3 years ago
Andrew Brookins 984c11679a Drop Protocol class to support Python 3.7 3 years ago
Andrew Brookins 60dc986947 Bump version to test CI 3 years ago
Andrew Brookins 3a69a6635a Bump version for the latest docs 3 years ago
Andrew Brookins 4111330124 Add images to built package 3 years ago
Andrew Brookins c128038d33 Include docs in build package 3 years ago
Andrew Brookins 7d77348f13 Bump version 3 years ago
Andrew Brookins 8df968542a Update Getting Started guide, note WIP docs 3 years ago
Andrew Brookins 807a29b011 Set up tox 3 years ago
Andrew Brookins f44b7fa664 Work on docs, getting started guide 3 years ago
Andrew Brookins 7c0bea751b WIP on README 3 years ago
Andrew Brookins 09c91fb756 Add building, linting for PyPI upload 3 years ago
Andrew Brookins c9967b0d40 Rename to redis_om 3 years ago
Andrew Brookins b2c2dd9f6f WIP on async - test failure due to closed event loop 3 years ago
Andrew Brookins 2ffd4e6f5a Run tests across multiple cores/CPUs 3 years ago
Andrew Brookins 2523a98be6 WIP on CI action 3 years ago
Andrew Brookins 49654eeede Refine connection strings (dotenv), Makefile targets 3 years ago
Andrew Brookins d2fa4c586f Add Makefile, black, reformat with black 3 years ago
Andrew Brookins 5d05de95f8 Broken schema generation 3 years ago
Andrew Brookins 8f32b359f0 Handle TAG queries that include the separator 3 years ago
Andrew Brookins 0990c2e1b4 Add basic migrations, query expression resolver 3 years ago
Andrew Brookins eeb046bcec Fix pk key 3 years ago
Andrew Brookins ccad3de32d WIP on basic non-relational model functionality 3 years ago