Commit graph

39 commits

Author SHA1 Message Date
Andrew Brookins
31323214a9 Remove links to MD files that do not exist yet 2021-11-22 12:46:31 -08:00
Andrew Brookins
715f699c66
Merge branch 'main' into dependabot/pip/redis-4.0.1 2021-11-18 17:35:19 -08:00
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>
2021-11-18 16:43:15 +00:00
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>
2021-11-18 03:20:28 +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
c0a9ddf65d Bump version to release new README to PyPI 2021-11-10 12:11:37 -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
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
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
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
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
8df968542a Update Getting Started guide, note WIP docs 2021-11-02 14:17:49 -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
7c0bea751b WIP on README 2021-10-22 08:31:08 -07:00
Andrew Brookins
09c91fb756 Add building, linting for PyPI upload 2021-10-22 06:53:39 -07:00
Andrew Brookins
c9967b0d40 Rename to redis_om 2021-10-22 06:36:15 -07:00
Andrew Brookins
b2c2dd9f6f WIP on async - test failure due to closed event loop 2021-10-22 06:33:05 -07:00
Andrew Brookins
2ffd4e6f5a Run tests across multiple cores/CPUs 2021-10-20 23:24:31 -07:00
Andrew Brookins
2523a98be6 WIP on CI action 2021-10-20 17:13:42 -07:00
Andrew Brookins
49654eeede Refine connection strings (dotenv), Makefile targets 2021-10-20 14:29:31 -07:00
Andrew Brookins
d2fa4c586f Add Makefile, black, reformat with black 2021-10-20 13:01:46 -07:00
Andrew Brookins
5d05de95f8 Broken schema generation 2021-10-12 14:22:57 -07:00
Andrew Brookins
8f32b359f0 Handle TAG queries that include the separator 2021-10-05 16:40:02 -07:00
Andrew Brookins
0990c2e1b4 Add basic migrations, query expression resolver 2021-09-15 17:41:45 -07:00
Andrew Brookins
eeb046bcec Fix pk key 2021-08-31 15:52:21 -07:00
Andrew Brookins
ccad3de32d WIP on basic non-relational model functionality 2021-08-30 18:08:07 -07:00