From a8e4ddbd57f2cdc9a274138904a8857f8427dc39 Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Tue, 2 Jun 2020 14:10:07 -0700 Subject: [PATCH] Update Redis to 5.0.9 (#8722) --- bazel/ray_deps_setup.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/ray_deps_setup.bzl b/bazel/ray_deps_setup.bzl index 51f404f14..6c0302a46 100644 --- a/bazel/ray_deps_setup.bzl +++ b/bazel/ray_deps_setup.bzl @@ -75,8 +75,8 @@ def ray_deps_setup(): auto_http_archive( name = "com_github_antirez_redis", build_file = "//bazel:BUILD.redis", - url = "https://github.com/antirez/redis/archive/5.0.3.tar.gz", - sha256 = "7084e8bd9e5dedf2dbb2a1e1d862d0c46e66cc0872654bdc677f4470d28d84c5", + url = "https://github.com/antirez/redis/archive/5.0.9.tar.gz", + sha256 = "db9bf149e237126f9bb5f40fb72f33701819555d06f16e9a38b4949794214201", patches = [ "//thirdparty/patches:hiredis-connect-rename.patch", "//thirdparty/patches:hiredis-windows-sigpipe.patch",