Commit graph

358 commits

Author SHA1 Message Date
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
Simon Prickett
64b2988c4d
Merge pull request #185 from redis/dependabot/pip/types-redis-4.1.19
Bump types-redis from 4.1.18 to 4.1.19
2022-04-05 12:56:03 +01:00
dependabot[bot]
b866426886
Bump redis from 4.2.1 to 4.2.2
Bumps [redis](https://github.com/redis/redis-py) from 4.2.1 to 4.2.2.
- [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.1...v4.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 03:22:30 +00:00
dependabot[bot]
abd5d2c992
Bump types-redis from 4.1.18 to 4.1.19
Bumps [types-redis](https://github.com/python/typeshed) from 4.1.18 to 4.1.19.
- [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-04 03:22:50 +00:00
Simon Prickett
5529614fe3
Merge pull request #183 from redis/dependabot/pip/redis-4.2.1
Bump redis from 4.2.0 to 4.2.1
2022-04-01 15:04:46 +01:00
dependabot[bot]
4453e4de25
Bump redis from 4.2.0 to 4.2.1
Bumps [redis](https://github.com/redis/redis-py) from 4.2.0 to 4.2.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.2.0...v4.2.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-04-01 14:04:09 +00:00
Simon Prickett
5ace138f08
Merge pull request #182 from redis/dependabot/pip/pylint-2.13.4
Bump pylint from 2.13.3 to 2.13.4
2022-04-01 15:01:48 +01:00
Simon Prickett
9e10ee503c
Merge pull request #181 from redis/dependabot/pip/click-8.1.2
Bump click from 8.1.1 to 8.1.2
2022-04-01 14:56:03 +01:00
dependabot[bot]
e2b9dffdf7
Bump pylint from 2.13.3 to 2.13.4
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.3 to 2.13.4.
- [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.3...v2.13.4)

---
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-01 13:26:03 +00:00
Simon Prickett
9f99aab5e5
Merge pull request #180 from redis/dependabot/pip/twine-4.0.0
Bump twine from 3.8.0 to 4.0.0
2022-04-01 14:21:52 +01:00
dependabot[bot]
a6bbbc7ed7
Bump click from 8.1.1 to 8.1.2
Bumps [click](https://github.com/pallets/click) from 8.1.1 to 8.1.2.
- [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.1...8.1.2)

---
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-01 03:28:21 +00:00
dependabot[bot]
8214766798
Bump twine from 3.8.0 to 4.0.0
Bumps [twine](https://github.com/pypa/twine) from 3.8.0 to 4.0.0.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/twine/compare/3.8.0...4.0.0)

---
updated-dependencies:
- dependency-name: twine
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 03:27:57 +00:00
Simon Prickett
a6ac0c78b7
Merge pull request #178 from redis/stop-docker-after-make-#177
Runs docker-compose down at end of clean and test targets.
2022-03-31 10:01:20 +01:00
Simon Prickett
136276148a Runs docker-compose down at end of clean and test targets. 2022-03-31 09:58:24 +01:00
Simon Prickett
46bbb513fc
Merge pull request #176 from redis/dependabot/pip/click-8.1.1
Bump click from 8.1.0 to 8.1.1
2022-03-31 09:53:53 +01:00
dependabot[bot]
cfc36dfc05
Bump click from 8.1.0 to 8.1.1
Bumps [click](https://github.com/pallets/click) from 8.1.0 to 8.1.1.
- [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.0...8.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 03:28:59 +00:00
Simon Prickett
cb701a90fa
Merge pull request #175 from redis/use-redis-stack-container-#173
Moved from redismod container to redis-stack
2022-03-30 10:13:40 +01:00
Simon Prickett
3030a70b6c Updated to use Redis Stack container. 2022-03-30 09:54:05 +01:00
Simon Prickett
04dcced822 Replaced redismod references with redis-stack. 2022-03-30 09:45:46 +01:00
Simon Prickett
fec3315849 Version bump to 0.0.21. 2022-03-29 22:26:05 +01:00
Simon Prickett
e35257cf7b
Merge pull request #172 from redis/add-expire-#171
Add expire behavior
2022-03-29 22:24:49 +01:00
Simon Prickett
93aa9f7507 Updated docs with expire. 2022-03-29 22:19:08 +01:00
Simon Prickett
b42e63606a Adds expire and test. 2022-03-29 22:15:05 +01:00
Simon Prickett
f024b39c16
Merge pull request #170 from redis/license-to-mit-#168
Corrected remaining license mentions to be MIT.
2022-03-29 20:35:17 +01:00
Simon Prickett
e93fcb9600 Corrected remaining license mentions to be MIT. 2022-03-29 20:34:30 +01:00
Simon Prickett
a538dd61f4
Merge pull request #169 from redis/document-using-redis-commands-#81
Document using redis commands #81
2022-03-29 20:31:04 +01:00
Simon Prickett
a9abb924f2 Markdown fix. 2022-03-29 20:23:55 +01:00
Simon Prickett
1e8ba35f08 Added documention for accessing low level client. 2022-03-29 20:21:54 +01:00
Simon Prickett
8a8c94fb5f
Merge pull request #167 from redis/dependabot/pip/pylint-2.13.3
Bump pylint from 2.12.2 to 2.13.3
2022-03-29 10:44:11 +01:00
dependabot[bot]
a4345cbb6b
Bump pylint from 2.12.2 to 2.13.3
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.12.2 to 2.13.3.
- [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.12.2...v2.13.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 09:40:48 +00:00
Simon Prickett
e82d89e6a1
Merge pull request #166 from redis/dependabot/pip/click-8.1.0
Bump click from 8.0.4 to 8.1.0
2022-03-29 10:40:08 +01:00
Simon Prickett
5ea8dacbf3
Merge pull request #165 from redis/dependabot/pip/black-22.3.0
Bump black from 22.1.0 to 22.3.0
2022-03-29 10:35:05 +01:00
dependabot[bot]
99ee1e6b43
Bump black from 22.1.0 to 22.3.0
Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.1.0...22.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 09:34:23 +00:00
Simon Prickett
874b82b8f5
Merge pull request #163 from redis/dependabot/pip/pytest-asyncio-0.18.3
Bump pytest-asyncio from 0.18.2 to 0.18.3
2022-03-29 10:32:01 +01:00
dependabot[bot]
9f4d13500a
Bump pytest-asyncio from 0.18.2 to 0.18.3
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.2...v0.18.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 09:29:20 +00:00
Simon Prickett
5dce257c59
Merge pull request #161 from redis/dependabot/pip/python-dotenv-0.20.0
Bump python-dotenv from 0.19.2 to 0.20.0
2022-03-29 10:26:40 +01:00
dependabot[bot]
1ae0472018
Bump python-dotenv from 0.19.2 to 0.20.0
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 09:21:13 +00:00
Simon Prickett
c518086b5f
Merge pull request #159 from redis/dependabot/pip/mypy-0.942
Bump mypy from 0.941 to 0.942
2022-03-29 10:18:53 +01:00
dependabot[bot]
d649db54f2
Bump click from 8.0.4 to 8.1.0
Bumps [click](https://github.com/pallets/click) from 8.0.4 to 8.1.0.
- [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.0.4...8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 03:25:05 +00:00
dependabot[bot]
3392df4339
Bump mypy from 0.941 to 0.942
Bumps [mypy](https://github.com/python/mypy) from 0.941 to 0.942.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.941...v0.942)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 03:24:07 +00:00