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

Method ModuleLoadex

commands.go:799–803  ·  view source on GitHub ↗

ModuleLoadex Redis `MODULE LOADEX path [CONFIG name value [CONFIG name value ...]] [ARGS args [args ...]]` command.

(ctx context.Context, conf *ModuleLoadexConfig)

Source from the content-addressed store, hash-verified

797
798// ModuleLoadex Redis `MODULE LOADEX path [CONFIG name value [CONFIG name value ...]] [ARGS args [args ...]]` command.
799func (c cmdable) ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd {
800 cmd := NewStringCmd(ctx, conf.toArgs()...)
801 _ = c(ctx, cmd)
802 return cmd
803}
804
805/*
806Monitor - represents a Redis MONITOR command, allowing the user to capture

Callers

nothing calls this directly

Calls 2

NewStringCmdFunction · 0.85
toArgsMethod · 0.80

Tested by

no test coverage detected