2023-01-23 09:48:54 +03:00
|
|
|
module github.com/redis/go-redis/example/del-keys-without-ttl
|
2021-11-19 18:03:42 +03:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
2023-01-23 09:48:54 +03:00
|
|
|
replace github.com/redis/go-redis/v9 => ../..
|
2022-06-04 18:02:11 +03:00
|
|
|
|
2022-12-07 11:38:28 +03:00
|
|
|
require (
|
2023-02-01 11:13:41 +03:00
|
|
|
github.com/redis/go-redis/v9 v9.0.2
|
2023-01-23 09:48:54 +03:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
|
|
go.uber.org/multierr v1.9.0 // indirect
|
2022-12-07 11:38:28 +03:00
|
|
|
go.uber.org/zap v1.24.0
|
|
|
|
)
|