Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
type
TimeValue
struct
{
24
time.Time
25
}
26
27
func
(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