From 8afdf383932c03dfcb3c13b417c0c08f06b7ddca Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Thu, 16 Jan 2025 07:52:44 -0800 Subject: [PATCH] Use redis 7 in lando to match our prod redis This is an incremental step toward #4609, so we can actually run sidekiq locally Co-authored-by: Max Kadel --- .lando.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lando.yml b/.lando.yml index 669e39f76..39487ce8e 100644 --- a/.lando.yml +++ b/.lando.yml @@ -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: