Skip to content

Commit

Permalink
feat: move to redis-py
Browse files Browse the repository at this point in the history
Fixes #215

aioredis-py has been migrated into redis-py as of the 4.2.0 release
line.

This replaces aioredis-py with redis-py ^4.34.0
  • Loading branch information
andrewthetechie committed Jul 21, 2022
1 parent 4990124 commit 392fb27
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ repos:
types: [text]
stages: [commit, push, manual]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.7.1
hooks:
- id: prettier
Loading

0 comments on commit 392fb27

Please sign in to comment.