Skip to content

Commit

Permalink
PoC experimental valkey-glide client
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-bartscher committed Nov 23, 2024
1 parent a3fd2d7 commit 2c469f8
Show file tree
Hide file tree
Showing 6 changed files with 446 additions and 72 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
assets/external/*
dist/*
examples/
glide-logs/
.web
.idea
.vscode
Expand Down
264 changes: 262 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ selenium = ">=4.11.0,<5.0"
pytest-benchmark = ">=4.0.0,<6.0"
playwright = ">=1.46.0"
pytest-playwright = ">=0.5.1"
valkey-glide = "^1.1.0"

[tool.poetry.scripts]
reflex = "reflex.reflex:cli"
Expand Down
Loading

0 comments on commit 2c469f8

Please sign in to comment.