mirror of https://github.com/go-redis/redis.git
Add modules
This commit is contained in:
parent
8ad935cbd4
commit
727210c677
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ testdata/redis:
|
|||
wget -qO- https://github.com/redis/redis/archive/refs/tags/8.0-m01.tar.gz | tar xvz --strip-components=1 -C $@
|
||||
|
||||
testdata/redis/src/redis-server: testdata/redis
|
||||
cd $< && make all
|
||||
cd $< && make BUILD_WITH_MODULES=yes
|
||||
|
||||
fmt:
|
||||
gofumpt -w ./
|
||||
|
|
2
go.mod
2
go.mod
|
@ -10,6 +10,6 @@ require (
|
|||
)
|
||||
|
||||
retract (
|
||||
v9.5.3 // This version was accidentally released. Please use version 9.6.0 instead.
|
||||
v9.5.4 // This version was accidentally released. Please use version 9.6.0 instead.
|
||||
v9.5.3 // This version was accidentally released. Please use version 9.6.0 instead.
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue