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

8 lines
164 B
Modula-2
Raw Normal View History

module github.com/go-redis/redis/example/del-keys-without-ttl
go 1.14
replace github.com/go-redis/redis/v8 => ../..
2022-03-17 16:14:48 +03:00
require github.com/go-redis/redis/v8 v8.11.5