MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / Scan

Method Scan

internal/memory_store/redis/provider.go:34–34  ·  view source on GitHub ↗
(ctx context.Context, cursor uint64, match string, count int64)

Source from the content-addressed store, hash-verified

32 Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd
33 Get(ctx context.Context, key string) *redis.StringCmd
34 Scan(ctx context.Context, cursor uint64, match string, count int64) *redis.ScanCmd
35 Keys(ctx context.Context, pattern string) *redis.StringSliceCmd
36 Eval(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd
37}

Callers 15

DeleteCacheByPrefixMethod · 0.80
DeleteAllUserSessionsMethod · 0.80
InitializeMethod · 0.80
RunWithoutForeignKeyMethod · 0.80
HasTableMethod · 0.80
GetTablesMethod · 0.80
HasColumnMethod · 0.80
ColumnTypesMethod · 0.80
HasConstraintMethod · 0.80
CurrentDatabaseMethod · 0.80

Calls

no outgoing calls

Tested by 2

callMethod · 0.64