We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61a3d2 commit 20fb0f4Copy full SHA for 20fb0f4
Makefile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-REDIS_VERSION:=6.2.6
+REDIS_VERSION:=7.2.4
16
SPRING_PROFILE?=ci
17
SHELL=/bin/bash -euo pipefail
18
@@ -175,7 +175,7 @@ clobber:
175
work/redis/bin/redis-cli work/redis/bin/redis-server:
176
@mkdir -p work/redis
177
178
- curl -sSL https://github.com/antirez/redis/archive/$(REDIS_VERSION).tar.gz | tar xzf - -C work
+ curl -sSL https://github.com/redis/redis/archive/$(REDIS_VERSION).tar.gz | tar xzf - -C work
179
$(MAKE) -C work/redis-$(REDIS_VERSION) -j
180
$(MAKE) -C work/redis-$(REDIS_VERSION) PREFIX=$(shell pwd)/work/redis install
181
rm -rf work/redis-$(REDIS_VERSION)
0 commit comments