Commit graph

422 commits

Author SHA1 Message Date
Simon Prickett
8a3f0d8813
Merge pull request #232 from guoard/patch-1
docs(readme): Fix typo
2022-05-04 17:41:21 +01:00
Ali Afsharzadeh
699fff7823
docs(readme): Fix typo 2022-05-04 10:56:55 +04:30
Simon Prickett
e129526593
Merge pull request #231 from redis/swap-docker-compose-to-redis-stack-#230
Updated to use Redis Stack latest container in docker-compose.yaml
2022-05-03 11:12:10 +01:00
Simon Prickett
06ee3dd818 Updated to use Redis Stack latest. 2022-05-03 11:10:22 +01:00
Simon Prickett
632953b6d9
Merge pull request #227 from moznuy/fix/80
Update the help text in Makefile text to include all options
2022-05-03 11:07:20 +01:00
Simon Prickett
935d53b107
Merge pull request #225 from moznuy/fix/119
Fix DeprecationWarning '@pytest.fixture'
2022-05-03 11:03:58 +01:00
Simon Prickett
84106b65dd
Merge pull request #229 from redis/dependabot/pip/pylint-2.13.8
Bump pylint from 2.13.7 to 2.13.8
2022-05-03 11:00:49 +01:00
dependabot[bot]
35b618202b
Bump pylint from 2.13.7 to 2.13.8
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.7 to 2.13.8.
- [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.7...v2.13.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 10:00:31 +00:00
Simon Prickett
4460cbfe16
Merge pull request #226 from redis/dependabot/pip/email-validator-1.2.1
Bump email-validator from 1.2.0 to 1.2.1
2022-05-03 10:58:07 +01:00
Serhii Charykov
43dc51535c Update the help text in Makefile text to include all options
Fixes #80
2022-05-02 23:14:23 +03:00
dependabot[bot]
e2523dc791
Bump email-validator from 1.2.0 to 1.2.1
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/JoshData/python-email-validator/releases)
- [Commits](https://github.com/JoshData/python-email-validator/compare/v1.2.0...v1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 03:28:31 +00:00
Serhii Charykov
85540c02bd Implement temporary workaround from unasync package 2022-05-01 18:18:01 +03:00
Serhii Charykov
490fcec1a7 Fix DeprecationWarning '@pytest.fixture' 2022-05-01 17:27:06 +03:00
Simon Prickett
00ed537fca
Merge pull request #222 from redis/dependabot/pip/click-8.1.3
Bump click from 8.1.2 to 8.1.3
2022-04-29 08:48:40 +01:00
dependabot[bot]
6fa692bdfd
Bump click from 8.1.2 to 8.1.3
Bumps [click](https://github.com/pallets/click) from 8.1.2 to 8.1.3.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.1.2...8.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 04:22:45 +00:00
Simon Prickett
33c5f287a7
Merge pull request #221 from redis/dependabot/pip/mypy-0.950
Bump mypy from 0.942 to 0.950
2022-04-28 11:40:36 +01:00
dependabot[bot]
bdd76411ba
Bump mypy from 0.942 to 0.950
Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.950.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.942...v0.950)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 03:24:10 +00:00
Simon Prickett
cbd33857b6
Merge pull request #220 from moznuy/fix/87
Fixes #87
2022-04-27 21:58:47 +01:00
Serhii Charykov
838a712d57 Remove deletion logic duplication 2022-04-27 20:11:44 +03:00
Serhii Charykov
0ae8ef882e Refactoring 2022-04-27 20:01:17 +03:00
Serhii Charykov
56f1d35de9 lint & format 2022-04-27 19:47:54 +03:00
Serhii Charykov
5016f739dd Fix ordering in test_full_text_search_queries 2022-04-27 19:42:18 +03:00
Serhii Charykov
675722b221 Add redis "barrier" in cleanup_keys
To prevent pytest-xdist workers stomping each other with _delete_test_keys
2022-04-27 19:41:07 +03:00
Simon Prickett
878490abb7 Version bump. 2022-04-25 15:33:02 +01:00
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