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