Skip to content

Commit

Permalink
Use redis 7 in lando to match our prod redis
Browse files Browse the repository at this point in the history
This is an incremental step toward #4609, so we can actually run sidekiq locally

Co-authored-by: Max Kadel <maxkadel@users.noreply.github.com>
  • Loading branch information
sandbergja and maxkadel committed Jan 16, 2025
1 parent f3035e0 commit 8afdf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
type: postgres:15
portforward: true
orangelight_redis:
type: redis:6.0.16
type: redis:7
portforward: true
proxy:
orangelight_test_solr:
Expand Down

0 comments on commit 8afdf38

Please sign in to comment.