Skip to content

Commit

Permalink
feat: add adapter based on sharded pub/sub
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Apr 12, 2023
1 parent 1c99cab commit c790319
Show file tree
Hide file tree
Showing 11 changed files with 1,172 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

services:
redis:
image: redis
image: redis:7
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: '2.0'
services:
redis:
image: redis:5
image: redis:7
ports:
- "6379:6379"
Loading

0 comments on commit c790319

Please sign in to comment.