Skip to content

Commit e852691

Browse files
committed
feat: valkey support
1 parent 09ce8fc commit e852691

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

poetry.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ croniter = ">=2.0"
4747
click = "^8.1"
4848
rq = "^1.16"
4949
pyyaml = { version = "^6.0", optional = true }
50+
valkey-py = { version = "^0.0.1", optional = true }
5051

5152
[tool.poetry.dev-dependencies]
5253
poetry = "^1.8.3"
@@ -62,7 +63,7 @@ freezegun = "^1.5"
6263
yaml = ["pyyaml"]
6364

6465
[tool.flake8]
65-
max-line-length = 119
66+
max-line-length = 120
6667
exclude = [
6768
'scheduler/migrations',
6869
'testproject',

0 commit comments

Comments
 (0)