1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-16 09:23:06 +03:00
2023-01-23 08:48:54 +02:00

13 lines
279 B
Modula-2

module github.com/redis/go-redis/example/del-keys-without-ttl
go 1.14
replace github.com/redis/go-redis/v9 => ../..
require (
github.com/redis/go-redis/v9 v9.0.0-rc.2
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.0
)