type github.com/go-redis/redis/v8.TimeCmd
12 uses
github.com/go-redis/redis/v8 (current package)
command.go#L543: type TimeCmd struct {
command.go#L549: var _ Cmder = (*TimeCmd)(nil)
command.go#L551: func NewTimeCmd(ctx context.Context, args ...interface{}) *TimeCmd {
command.go#L552: return &TimeCmd{
command.go#L560: func (cmd *TimeCmd) Val() time.Time {
command.go#L564: func (cmd *TimeCmd) Result() (time.Time, error) {
command.go#L568: func (cmd *TimeCmd) String() string {
command.go#L572: func (cmd *TimeCmd) readReply(rd *proto.Reader) error {
commands.go#L281: Time(ctx context.Context) *TimeCmd
commands.go#L2319: func (c cmdable) Time(ctx context.Context) *TimeCmd {
result.go#L102: func NewTimeCmdResult(val time.Time, err error) *TimeCmd {
result.go#L103: var cmd TimeCmd
![]() |
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. |