func github.com/go-redis/redis/v8.NewStringSliceCmd
24 uses
github.com/go-redis/redis/v8 (current package)
command.go#L790: func NewStringSliceCmd(ctx context.Context, args ...interface{}) *StringSliceCmd {
commands.go#L474: cmd := NewStringSliceCmd(ctx, "keys", pattern)
commands.go#L619: cmd := NewStringSliceCmd(ctx, sort.args(key)...)
commands.go#L1021: cmd := NewStringSliceCmd(ctx, "hkeys", key)
commands.go#L1080: cmd := NewStringSliceCmd(ctx, "hvals", key)
commands.go#L1094: cmd := NewStringSliceCmd(ctx, args...)
commands.go#L1107: cmd := NewStringSliceCmd(ctx, args...)
commands.go#L1183: cmd := NewStringSliceCmd(
commands.go#L1274: cmd := NewStringSliceCmd(ctx, args...)
commands.go#L1297: cmd := NewStringSliceCmd(ctx, args...)
commands.go#L1322: cmd := NewStringSliceCmd(ctx, "smembers", key)
commands.go#L1349: cmd := NewStringSliceCmd(ctx, "spop", key, count)
commands.go#L1363: cmd := NewStringSliceCmd(ctx, "srandmember", key, count)
commands.go#L1384: cmd := NewStringSliceCmd(ctx, args...)
commands.go#L1634: cmd := NewStringSliceCmd(ctx, args...)
commands.go#L1908: cmd := NewStringSliceCmd(ctx, args...)
commands.go#L1941: cmd := NewStringSliceCmd(ctx, args...)
commands.go#L2010: cmd := NewStringSliceCmd(ctx, "zrevrange", key, start, stop)
commands.go#L2031: cmd := NewStringSliceCmd(ctx, args...)
commands.go#L2430: cmd := NewStringSliceCmd(ctx, args...)
commands.go#L2510: cmd := NewStringSliceCmd(ctx, "cluster", "getkeysinslot", slot, count)
commands.go#L2555: cmd := NewStringSliceCmd(ctx, "cluster", "slaves", nodeID)
commands.go#L2675: cmd := NewStringSliceCmd(ctx, args...)
sentinel.go#L301: cmd := NewStringSliceCmd(ctx, "sentinel", "get-master-addr-by-name", 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. |