Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iron-io/functions
/ RedisDataStore
Struct
RedisDataStore
api/datastore/redis/redis.go:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
)
18
19
type
RedisDataStore
struct
{
20
conn redis.Conn
21
}
22
23
func
New(url *url.URL) (models.Datastore, error) {
24
pool := &redis.Pool{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected