Commit graph

398 commits

Author SHA1 Message Date
Simon Prickett
49a4a1edbe
Merge pull request #219 from redis/fix-unnecessary-commands-for-first-search-#218
Performance improvement for first - avoids unnecessary pagination.
2022-04-25 15:24:16 +01:00
Simon Prickett
e5c6c0494a Adds test for first() on hashes. 2022-04-25 13:26:27 +01:00
Simon Prickett
129ef956b8 Performance improvement for first - avoids unnecessary pagination. 2022-04-25 13:05:11 +01:00
Simon Prickett
c0fa1bef57
Merge pull request #217 from redis/dependabot/pip/types-redis-4.2.0
Bump types-redis from 4.1.22 to 4.2.0
2022-04-25 09:18:20 +01:00
Simon Prickett
6c51fa3d68
Merge pull request #215 from redis/dependabot/pip/pytest-7.1.2
Bump pytest from 7.1.1 to 7.1.2
2022-04-25 09:16:32 +01:00
dependabot[bot]
e723e8abc8
Bump pytest from 7.1.1 to 7.1.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.1...7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 08:16:22 +00:00
Simon Prickett
d52f6bcb60
Merge pull request #216 from redis/dependabot/pip/email-validator-1.2.0
Bump email-validator from 1.1.3 to 1.2.0
2022-04-25 09:14:01 +01:00
Simon Prickett
74226d8109
Merge pull request #214 from redis/dependabot/github_actions/actions/setup-python-3.1.2
Bump actions/setup-python from 3.1.1 to 3.1.2
2022-04-25 09:11:04 +01:00
dependabot[bot]
d66f49f4c9
Bump types-redis from 4.1.22 to 4.2.0
Bumps [types-redis](https://github.com/python/typeshed) from 4.1.22 to 4.2.0.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 03:36:12 +00:00
dependabot[bot]
ae73be64d6
Bump email-validator from 1.1.3 to 1.2.0
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.1.3 to 1.2.0.
- [Release notes](https://github.com/JoshData/python-email-validator/releases)
- [Commits](https://github.com/JoshData/python-email-validator/compare/v1.1.3...v1.2.0)

---
updated-dependencies:
- dependency-name: email-validator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 03:35:45 +00:00
dependabot[bot]
e58da7473c
Bump actions/setup-python from 3.1.1 to 3.1.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 03:33:50 +00:00
Simon Prickett
32b0774053 Fixed typo in error message. 2022-04-22 17:29:26 +01:00
Simon Prickett
710b14187e Version bump. 2022-04-22 16:09:16 +01:00
Simon Prickett
07bac5118c
Merge pull request #213 from redis/increase-default-search-results-page-size-#207
Updated page size to 1000 from 10.
2022-04-22 13:28:26 +01:00
Simon Prickett
fd151fc322 Updated page size to 1000 from 10. 2022-04-22 13:17:25 +01:00
Simon Prickett
31fd071211
Merge pull request #120 from gowthamparuchuru/main
corrected Strict Validation documentation
2022-04-22 11:14:00 +01:00
Simon Prickett
6cd611bc50 Version bump. 2022-04-22 10:13:44 +01:00
Simon Prickett
fed511e55f
Merge pull request #198 from redis/dependabot/github_actions/actions/setup-python-3.1.1
Bump actions/setup-python from 2 to 3.1.1
2022-04-22 10:12:26 +01:00
Simon Prickett
1d104d2eb2
Merge pull request #212 from redis/remove-dotenv-dependency-#154
Removed dotenv dependency and code.
2022-04-22 10:08:41 +01:00
Simon Prickett
70e1f5952d Removed dotenv dependency and code. 2022-04-22 10:03:34 +01:00
Simon Prickett
83b011e03b
Merge pull request #211 from redis/dependabot/pip/pylint-2.13.7
Bump pylint from 2.13.5 to 2.13.7
2022-04-21 12:06:15 +01:00
Simon Prickett
b8a77e6571
Merge pull request #210 from redis/dependabot/pip/types-redis-4.1.22
Bump types-redis from 4.1.21 to 4.1.22
2022-04-21 12:05:06 +01:00
dependabot[bot]
cfad34af1b
Bump pylint from 2.13.5 to 2.13.7
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 to 2.13.7.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.5...v2.13.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 03:23:31 +00:00
dependabot[bot]
cf1b81c3ff
Bump types-redis from 4.1.21 to 4.1.22
Bumps [types-redis](https://github.com/python/typeshed) from 4.1.21 to 4.1.22.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 03:23:04 +00:00
Simon Prickett
843ed8a9b4
Merge pull request #209 from redis/dependabot/pip/typing-extensions-4.2.0
Bump typing-extensions from 4.1.1 to 4.2.0
2022-04-19 09:12:00 +01:00
Simon Prickett
aabdf5f699
Merge pull request #208 from redis/dependabot/pip/types-redis-4.1.21
Bump types-redis from 4.1.19 to 4.1.21
2022-04-19 09:09:15 +01:00
dependabot[bot]
6df03af440
Bump typing-extensions from 4.1.1 to 4.2.0
Bumps [typing-extensions](https://github.com/python/typing) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG)
- [Commits](https://github.com/python/typing/compare/4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 03:27:24 +00:00
dependabot[bot]
ada93fc60f
Bump types-redis from 4.1.19 to 4.1.21
Bumps [types-redis](https://github.com/python/typeshed) from 4.1.19 to 4.1.21.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 03:27:01 +00:00
Simon Prickett
5586af7ea8
Merge pull request #205 from redis/dependabot/pip/types-six-1.16.15
Bump types-six from 1.16.13 to 1.16.15
2022-04-14 09:41:21 +01:00
dependabot[bot]
4ea64c9faf
Bump types-six from 1.16.13 to 1.16.15
Bumps [types-six](https://github.com/python/typeshed) from 1.16.13 to 1.16.15.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-six
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 03:30:18 +00:00
Simon Prickett
d417079f53 Version bump for 0.23. 2022-04-13 11:04:38 +01:00
Simon Prickett
dc0077779e
Merge pull request #202 from redis/add-all-pks-for-json-model
Adds `all_pks()` method for `JsonModel` and supporting test.
2022-04-13 11:01:53 +01:00
Simon Prickett
85b62efc67
Merge pull request #203 from redis/dependabot/pip/types-six-1.16.13
Bump types-six from 1.16.12 to 1.16.13
2022-04-13 09:43:00 +01:00
dependabot[bot]
b3418b6a68
Bump types-six from 1.16.12 to 1.16.13
Bumps [types-six](https://github.com/python/typeshed) from 1.16.12 to 1.16.13.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-six
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 03:22:31 +00:00
Simon Prickett
eefa5a9f42 Added test for HashModel all_pks() 2022-04-12 11:50:02 +01:00
Simon Prickett
274ff788b1 Adds all_pks() method and test. 2022-04-12 11:31:09 +01:00
Simon Prickett
6453867eea
Merge pull request #200 from redis/dependabot/pip/tox-3.25.0
Bump tox from 3.24.5 to 3.25.0
2022-04-12 10:36:50 +01:00
dependabot[bot]
1b9f78f4d9
Bump tox from 3.24.5 to 3.25.0
Bumps [tox](https://github.com/tox-dev/tox) from 3.24.5 to 3.25.0.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.24.5...3.25.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 04:37:25 +00:00
dependabot[bot]
c3d928a737
Bump actions/setup-python from 2 to 3.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 03:23:23 +00:00
Simon Prickett
94c6a96bf2 Version bump to 0.0.21. 2022-04-07 15:11:51 +01:00
Simon Prickett
aa29547da6
Merge pull request #197 from redis/document-non-zero-database-index-not-allowed
Updated documentation with note about indexing only being for database 0
2022-04-07 10:35:38 +01:00
Simon Prickett
b1da14bf96 Updated documentation with note about indexing only being for database 0. 2022-04-07 10:33:53 +01:00
Simon Prickett
0841d9ff7c
Merge pull request #196 from redis/warn-index-on-non-zero-database
Adds error if user attempts to create an index in DB > 0.
2022-04-07 10:26:26 +01:00
Simon Prickett
6193c238d8 Fixed linter issue. 2022-04-07 10:22:32 +01:00
Simon Prickett
f5b507369c Adds error if user attempts to create an index in DB > 0. 2022-04-07 10:02:50 +01:00
Simon Prickett
c4e96b18ab
Merge pull request #194 from redis/dependabot/pip/pylint-2.13.5
Bump pylint from 2.13.4 to 2.13.5
2022-04-07 09:21:10 +01:00
dependabot[bot]
d27911afeb
Bump pylint from 2.13.4 to 2.13.5
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.4 to 2.13.5.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.4...v2.13.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 03:22:31 +00:00
Simon Prickett
e851e62dd5
Merge pull request #188 from redis/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2.1.0 to 3
2022-04-06 10:20:31 +01:00
dependabot[bot]
570423c28a
Bump codecov/codecov-action from 2.1.0 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 03:20:59 +00:00
Simon Prickett
830fa50235
Merge pull request #187 from redis/dependabot/pip/redis-4.2.2
Bump redis from 4.2.1 to 4.2.2
2022-04-05 12:57:05 +01:00