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))
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |