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

Method ScriptFlush

scripting_commands.go:11–11  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

9 EvalShaRO(ctx context.Context, sha1 string, keys []string, args ...interface{}) *Cmd
10 ScriptExists(ctx context.Context, hashes ...string) *BoolSliceCmd
11 ScriptFlush(ctx context.Context) *StatusCmd
12 ScriptKill(ctx context.Context) *StatusCmd
13 ScriptLoad(ctx context.Context, script string) *StringCmd
14

Callers 3

ScriptFlushMethod · 0.65
osscluster_test.goFile · 0.65
redis_test.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected