MCPcopy
hub / github.com/redis/go-redis / TimeValue

Struct TimeValue

commands_test.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type TimeValue struct {
24 time.Time
25}
26
27func (t *TimeValue) ScanRedis(s string) (err error) {
28 t.Time, err = time.Parse(time.RFC3339Nano, s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected