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

Method Keys

generic_commands.go:21–21  ·  view source on GitHub ↗
(ctx context.Context, pattern string)

Source from the content-addressed store, hash-verified

19 ExpireGT(ctx context.Context, key string, expiration time.Duration) *BoolCmd
20 ExpireLT(ctx context.Context, key string, expiration time.Duration) *BoolCmd
21 Keys(ctx context.Context, pattern string) *StringSliceCmd
22 Migrate(ctx context.Context, host, port, key string, db int, timeout time.Duration) *StatusCmd
23 Move(ctx context.Context, key string, db int) *BoolCmd
24 ObjectFreq(ctx context.Context, key string) *IntCmd

Callers 9

remainingMethod · 0.65
StringMethod · 0.65
connMethod · 0.65
resubscribeMethod · 0.65
commands_test.goFile · 0.65
race_test.goFile · 0.65

Calls

no outgoing calls