Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Add redis tower session store
Browse files Browse the repository at this point in the history
  • Loading branch information
0rzech committed Apr 6, 2024
1 parent 33d5bd8 commit fccf2d3
Show file tree
Hide file tree
Showing 10 changed files with 385 additions and 11 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
POSTGRES_DB: postgres
ports:
- 5432:5432
redis:
image: redis:7
ports:
- 6379:6379
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -110,6 +114,10 @@ jobs:
POSTGRES_DB: postgres
ports:
- 5432:5432
redis:
image: redis:7
ports:
- 6379:6379
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit fccf2d3

Please sign in to comment.