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/v8 => ../..
require github.com/go-redis/redis/v8 v8.11.5