func github.com/go-redis/redis/v8.NewStringCmd
29 uses
github.com/go-redis/redis/v8 (current package)
command.go#L661: func NewStringCmd(ctx context.Context, args ...interface{}) *StringCmd {
commands.go#L401: cmd := NewStringCmd(ctx, "client", "getname")
commands.go#L407: cmd := NewStringCmd(ctx, "echo", message)
commands.go#L445: cmd := NewStringCmd(ctx, "dump", key)
commands.go#L507: cmd := NewStringCmd(ctx, "object", "encoding", key)
commands.go#L548: cmd := NewStringCmd(ctx, "randomkey")
commands.go#L683: cmd := NewStringCmd(ctx, "get", key)
commands.go#L689: cmd := NewStringCmd(ctx, "getrange", key, start, end)
commands.go#L695: cmd := NewStringCmd(ctx, "getset", key, value)
commands.go#L997: cmd := NewStringCmd(ctx, "hget", key, field)
commands.go#L1114: cmd := NewStringCmd(
commands.go#L1127: cmd := NewStringCmd(ctx, "lindex", key, index)
commands.go#L1157: cmd := NewStringCmd(ctx, "lpop", key)
commands.go#L1219: cmd := NewStringCmd(ctx, "rpop", key)
commands.go#L1225: cmd := NewStringCmd(ctx, "rpoplpush", source, destination)
commands.go#L1342: cmd := NewStringCmd(ctx, "spop", key)
commands.go#L1356: cmd := NewStringCmd(ctx, "srandmember", key)
commands.go#L1433: cmd := NewStringCmd(ctx, args...)
commands.go#L2164: cmd := NewStringCmd(ctx, "client", "list")
commands.go#L2252: cmd := NewStringCmd(ctx, args...)
commands.go#L2326: cmd := NewStringCmd(ctx, "debug", "object", key)
commands.go#L2411: cmd := NewStringCmd(ctx, "script", "load", script)
commands.go#L2462: cmd := NewStringCmd(ctx, "cluster", "nodes")
commands.go#L2498: cmd := NewStringCmd(ctx, "cluster", "info")
sentinel.go#L275: cmd := NewStringCmd(ctx, "ping")
sentinel.go#L364: cmd := NewStringCmd(ctx, "sentinel", "ckquorum", name)
sentinel.go#L372: cmd := NewStringCmd(ctx, "sentinel", "monitor", name, ip, port, quorum)
sentinel.go#L379: cmd := NewStringCmd(ctx, "sentinel", "set", name, option, value)
sentinel.go#L388: cmd := NewStringCmd(ctx, "sentinel", "remove", name)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |