Upgrade to Redis 6.2.6.

Closes #2272
This commit is contained in:
Mark Paluch
2022-02-22 14:14:58 +01:00
parent d40dd3d2bd
commit 31cc3bda6a

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
REDIS_VERSION:=6.2.4
REDIS_VERSION:=6.2.6
SPRING_PROFILE?=ci
SHELL=/bin/bash -euo pipefail