func github.com/go-redis/redis/v8.formatMs

9 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L16: func formatMs(ctx context.Context, dur time.Duration) int64 {
		commands.go#L487: 		formatMs(ctx, timeout),
		commands.go#L525: 	cmd := NewBoolCmd(ctx, "pexpire", key, formatMs(ctx, expiration))
		commands.go#L570: 		formatMs(ctx, ttl),
		commands.go#L582: 		formatMs(ctx, ttl),
		commands.go#L766: 			args = append(args, "px", formatMs(ctx, expiration))
		commands.go#L786: 			cmd = NewBoolCmd(ctx, "set", key, value, "px", formatMs(ctx, expiration), "nx")
		commands.go#L804: 			cmd = NewBoolCmd(ctx, "set", key, value, "px", formatMs(ctx, expiration), "xx")
		commands.go#L2170: 	cmd := NewBoolCmd(ctx, "client", "pause", formatMs(ctx, dur))