redis/example/del-keys-without-ttl/go.mod

8 lines
164 B
Modula-2

module github.com/go-redis/redis/example/del-keys-without-ttl
go 1.14
replace github.com/go-redis/redis/v9 => ../..
require github.com/go-redis/redis/v9 v8.11.5