MCPcopy
hub / github.com/livekit/livekit / redisClient

Function redisClient

test/integration_helpers.go:309–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307}
308
309func redisClient() *redis.Client {
310 return redis.NewClient(&redis.Options{
311 Addr: "localhost:6379",
312 })
313}
314
315func joinToken(room, name string, customFn func(token *auth.AccessToken, grants *auth.VideoGrant)) string {
316 at := auth.NewAccessToken(testApiKey, testApiSecret).

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected