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

Method GetOptions

internal/interfaces/interfaces.go:22–22  ·  view source on GitHub ↗

GetOptions returns the client options.

()

Source from the content-addressed store, hash-verified

20type ClientInterface interface {
21 // GetOptions returns the client options.
22 GetOptions() OptionsInterface
23
24 // GetPushProcessor returns the client's push notification processor.
25 GetPushProcessor() NotificationProcessor

Callers 1

NewManagerFunction · 0.65

Implementers 2

clientAdapteradapters.go
MockClientmaintnotifications/manager_test.go

Calls

no outgoing calls

Tested by

no test coverage detected