MCPcopy
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
19type RedisDataStore struct {
20 conn redis.Conn
21}
22
23func 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