Skip to content

Commit

Permalink
Switched from Redis to Valkey. (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 authored Jan 23, 2025
1 parent bbdf62b commit 174d583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Upgraded PostgreSQL to 16.4 (#27)
* Upgraded PostgreSQL to 16.6 (#28)
* Upgraded PostgreSQL to 17.2 (#29)
* Switched from Redis to Valkey (#30)

## 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
redis:
image: redis:7.0
image: valkey/valkey:8.0
network_mode: bridge

db:
Expand Down

0 comments on commit 174d583

Please sign in to comment.