Commit graph

434 commits

Author SHA1 Message Date
Simon Prickett
a1a2da7080
Merge pull request #249 from redis/dependabot/pip/coverage-6.3.3
Bump coverage from 6.3.2 to 6.3.3
2022-05-13 11:16:18 +01:00
dependabot[bot]
1fa41854f4
Bump coverage from 6.3.2 to 6.3.3
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.2 to 6.3.3.
- [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.3.2...6.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-13 03:24:53 +00:00
Simon Prickett
395fa0aa08
Merge pull request #245 from redis/dependabot/pip/redis-4.3.1
Bump redis from 4.3.0 to 4.3.1
2022-05-10 11:57:54 +01:00
dependabot[bot]
a711aba6db
Bump redis from 4.3.0 to 4.3.1
Bumps [redis](https://github.com/redis/redis-py) from 4.3.0 to 4.3.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/v4.3.0...v4.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-10 03:29:48 +00:00
Simon Prickett
4a5cfd0e8f
Merge pull request #242 from redis/dependabot/pip/redis-4.3.0
Bump redis from 4.2.2 to 4.3.0
2022-05-09 12:37:21 +01:00
Simon Prickett
5d77831d17
Merge pull request #243 from redis/dependabot/pip/types-redis-4.2.2
Bump types-redis from 4.2.1 to 4.2.2
2022-05-09 12:36:28 +01:00
dependabot[bot]
c78cb09443
Bump types-redis from 4.2.1 to 4.2.2
Bumps [types-redis](https://github.com/python/typeshed) from 4.2.1 to 4.2.2.
- [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-05-09 03:37:49 +00:00
dependabot[bot]
6852e51e94
Bump redis from 4.2.2 to 4.3.0
Bumps [redis](https://github.com/redis/redis-py) from 4.2.2 to 4.3.0.
- [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/v4.2.2...v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 03:37:26 +00:00
Simon Prickett
897bb3383e
Merge pull request #237 from moznuy/fix/ci
Fix CI
2022-05-06 13:02:59 +01:00
Serhii Charykov
1d73633c25 Fix CI python version strings 2022-05-05 18:06:35 +03:00
Simon Prickett
c2339b397a
Merge pull request #236 from redis/dependabot/pip/types-redis-4.2.1
Bump types-redis from 4.2.0 to 4.2.1
2022-05-05 11:26:04 +01:00
dependabot[bot]
85d3fea19a
Bump types-redis from 4.2.0 to 4.2.1
Bumps [types-redis](https://github.com/python/typeshed) from 4.2.0 to 4.2.1.
- [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-05-05 03:22:18 +00:00
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